Skip to content

Commit 2fe87b0

Browse files
committed
1.0.0-preview8-07
1 parent f957424 commit 2fe87b0

19 files changed

+332
-2
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"Name": "Github Plus",
3+
"Settings": [
4+
{
5+
"Settings": {
6+
"background-color": "ffffff",
7+
"color": "#24292e",
8+
"font-family": "'Fira Code'"
9+
}
10+
},
11+
{
12+
"Name": "Text",
13+
"Settings": { "color": "#24292e" }
14+
},
15+
{
16+
"Name": "Tag symbols",
17+
"Settings": { "color": "#24292e" }
18+
},
19+
{
20+
"Name": "Tag name",
21+
"Settings": { "color": "#22863a" }
22+
},
23+
{
24+
"Name": "Attribute name",
25+
"Settings": {
26+
"color": "#6f42c1"
27+
}
28+
},
29+
{
30+
"Name": "Attribute value",
31+
"Settings": { "color": "#24292e" }
32+
},
33+
{
34+
"Name": "String",
35+
"Settings": { "color": "#22863a" }
36+
},
37+
{
38+
"Name": "Razor Keyword",
39+
"Settings": {
40+
"color": "#d73a49"
41+
}
42+
},
43+
{
44+
"Name": "Row Highlight",
45+
"Settings": {
46+
"background-color": "#fffbdd"
47+
}
48+
},
49+
{
50+
"Name": "Font",
51+
"Settings": {
52+
"font-family": "Fira Code",
53+
"font-weight": "400"
54+
}
55+
},
56+
{
57+
"Name": "CSS Propery",
58+
"Settings": {
59+
"color": "#005cc5"
60+
}
61+
},
62+
{
63+
"Name": "CSS Class",
64+
"Settings": {
65+
"color": "#6f42c1"
66+
}
67+
}
68+
]
69+
}
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"Name": "Material - Default",
3+
"Settings": [
4+
{
5+
"Settings": {
6+
"background-color": "#263238",
7+
"color": "#EEFFFF",
8+
"font-family": "'Fira Code'"
9+
}
10+
},
11+
{
12+
"Name": "Text",
13+
"Settings": { "color": "#EEFFFF" }
14+
},
15+
{
16+
"Name": "Tag symbols",
17+
"Settings": { "color": "#89DDFF" }
18+
},
19+
{
20+
"Name": "Tag name",
21+
"Settings": { "color": "#FF5370" }
22+
},
23+
{
24+
"Name": "Attribute name",
25+
"Settings": {
26+
"color": "#C792EA",
27+
"font-style": "italic"
28+
}
29+
},
30+
{
31+
"Name": "Attribute value",
32+
"Settings": { "color": "#C3E88D" }
33+
},
34+
{
35+
"Name": "String",
36+
"Settings": { "color": "#C3E88D" }
37+
},
38+
{
39+
"Name": "Razor Keyword",
40+
"Settings": {
41+
"color": "#89DDFF"
42+
}
43+
},
44+
{
45+
"Name": "Row Highlight",
46+
"Settings": {
47+
"background-color": "#000000"
48+
}
49+
},
50+
{
51+
"Name": "Font",
52+
"Settings": {
53+
"font-family": "Fira Code",
54+
"font-weight": "400"
55+
}
56+
},
57+
{
58+
"Name": "CSS Propery",
59+
"Settings": {
60+
"color": "#EEFFFF"
61+
}
62+
},
63+
{
64+
"Name": "CSS Class",
65+
"Settings": {
66+
"color": "#F78C6C"
67+
}
68+
}
69+
]
70+
}

docs/_content/BlazorPrettyCode/PrettyCodeDefault.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Name": "Pretty Code - Default",
2+
"Name": "Pretty Code Default",
33
"Settings": [
44
{
55
"Settings": {
@@ -55,6 +55,18 @@
5555
"font-family": "Fira Code",
5656
"font-weight": "400"
5757
}
58+
},
59+
{
60+
"Name": "CSS Propery",
61+
"Settings": {
62+
"color": "#268BD2"
63+
}
64+
},
65+
{
66+
"Name": "CSS Class",
67+
"Settings": {
68+
"color": "#B7A500"
69+
}
5870
}
5971
]
6072
}

docs/_content/BlazorPrettyCode/SolarizedDark.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@
5151
"font-family": "Fira Code",
5252
"font-weight": "400"
5353
}
54+
},
55+
{
56+
"Name": "CSS Propery",
57+
"Settings": {
58+
"color": "#268BD2"
59+
}
60+
},
61+
{
62+
"Name": "CSS Class",
63+
"Settings": {
64+
"color": "#B7A500"
65+
}
5466
}
5567
]
5668
}

docs/_content/BlazorPrettyCode/SolarizedLight.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,19 @@
5252
"font-family": "Fira Code",
5353
"font-weight": "400"
5454
}
55+
},
56+
{
57+
"Name": "CSS Propery",
58+
"Settings": {
59+
"color": "#268BD2"
60+
}
61+
},
62+
{
63+
"Name": "CSS Class",
64+
"Settings": {
65+
"color": "#B7A500"
66+
}
5567
}
68+
5669
]
5770
}
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"Name": "Winter Is Coming - Dark",
3+
"Settings": [
4+
{
5+
"Settings": {
6+
"background-color": "#282822",
7+
"color": "#a7dbf7",
8+
"font-family": "'Fira Code'"
9+
}
10+
},
11+
{
12+
"Name": "Text",
13+
"Settings": { "color": "#a7dbf7" }
14+
},
15+
{
16+
"Name": "Tag symbols",
17+
"Settings": { "color": "#ffffff" }
18+
},
19+
{
20+
"Name": "Tag name",
21+
"Settings": { "color": "#6dbdfa" }
22+
},
23+
{
24+
"Name": "Attribute name",
25+
"Settings": {
26+
"color": "#f7ecb5",
27+
"font-style": "italic"
28+
}
29+
},
30+
{
31+
"Name": "Attribute value",
32+
"Settings": { "color": "#bcf0c0" }
33+
},
34+
{
35+
"Name": "String",
36+
"Settings": { "color": "#bcf0c0" }
37+
},
38+
{
39+
"Name": "Quotes",
40+
"Settings": { "color": "#6bff81" }
41+
},
42+
{
43+
"Name": "Razor Keyword",
44+
"Settings": {
45+
"font-style": "italic",
46+
"color": "#00bff9"
47+
}
48+
},
49+
{
50+
"Name": "Row Highlight",
51+
"Settings": {
52+
"background-color": "#0c4994"
53+
}
54+
},
55+
{
56+
"Name": "Font",
57+
"Settings": {
58+
"font-family": "Fira Code",
59+
"font-weight": "400"
60+
}
61+
},
62+
{
63+
"Name": "CSS Propery",
64+
"Settings": {
65+
"color": "#7fdbca"
66+
}
67+
},
68+
{
69+
"Name": "CSS Class",
70+
"Settings": {
71+
"color": "#f7ecb5",
72+
"font-style": "italic"
73+
}
74+
}
75+
]
76+
}
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"Name": "Winter Is Coming - Light",
3+
"Settings": [
4+
{
5+
"Settings": {
6+
"background-color": "#FFFFFF",
7+
"color": "#236ebf",
8+
"font-family": "'Fira Code'"
9+
}
10+
},
11+
{
12+
"Name": "Text",
13+
"Settings": { "color": "#236ebf" }
14+
},
15+
{
16+
"Name": "Tag symbols",
17+
"Settings": { "color": "#0444ac" }
18+
},
19+
{
20+
"Name": "Tag name",
21+
"Settings": { "color": "#0444ac" }
22+
},
23+
{
24+
"Name": "Attribute name",
25+
"Settings": {
26+
"color": "#df8618",
27+
"font-style": "italic"
28+
}
29+
},
30+
{
31+
"Name": "Attribute value",
32+
"Settings": { "color": "#bcf0c0" }
33+
},
34+
{
35+
"Name": "String",
36+
"Settings": { "color": "#87429A" }
37+
},
38+
{
39+
"Name": "Quotes",
40+
"Settings": {
41+
"color": "#87429A",
42+
"font-style": "italic"
43+
}
44+
},
45+
{
46+
"Name": "Razor Keyword",
47+
"Settings": {
48+
"color": "#7b30d0"
49+
}
50+
},
51+
{
52+
"Name": "Row Highlight",
53+
"Settings": {
54+
"background-color": "#eff2ef"
55+
}
56+
},
57+
{
58+
"Name": "Font",
59+
"Settings": {
60+
"font-family": "Fira Code",
61+
"font-weight": "400"
62+
}
63+
},
64+
{
65+
"Name": "CSS Propery",
66+
"Settings": {
67+
"color": "#7b30d0"
68+
}
69+
},
70+
{
71+
"Name": "CSS Class",
72+
"Settings": {
73+
"color": "#df8618",
74+
"font-style": "italic"
75+
}
76+
}
77+
]
78+
}
5 KB
Binary file not shown.
1.82 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/_framework/_bin/SamplePages.dll

512 Bytes
Binary file not shown.

docs/_framework/_bin/SamplePages.pdb

0 Bytes
Binary file not shown.

docs/_framework/_bin/System.Core.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/_framework/_bin/System.dll

0 Bytes
Binary file not shown.

docs/_framework/_bin/mscorlib.dll

1 KB
Binary file not shown.

src/BlazorPrettyCode/BlazorPrettyCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<LangVersion>7.3</LangVersion>
77
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
88
<PackageId>BlazorPrettyCode</PackageId>
9-
<Version>1.0.0-preview8-06</Version>
9+
<Version>1.0.0-preview8-07</Version>
1010
<Authors>Chanan Braunstein</Authors>
1111
<Title>Blazor PrettyCode</Title>
1212
<Description>Razor Code Display Component</Description>

0 commit comments

Comments
 (0)