1 | export default {
|
---|
2 | "code[class*=\"language-\"]": {
|
---|
3 | "color": "#f92aad",
|
---|
4 | "textShadow": "0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3",
|
---|
5 | "background": "none",
|
---|
6 | "fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
|
---|
7 | "fontSize": "1em",
|
---|
8 | "textAlign": "left",
|
---|
9 | "whiteSpace": "pre",
|
---|
10 | "wordSpacing": "normal",
|
---|
11 | "wordBreak": "normal",
|
---|
12 | "wordWrap": "normal",
|
---|
13 | "lineHeight": "1.5",
|
---|
14 | "MozTabSize": "4",
|
---|
15 | "OTabSize": "4",
|
---|
16 | "tabSize": "4",
|
---|
17 | "WebkitHyphens": "none",
|
---|
18 | "MozHyphens": "none",
|
---|
19 | "msHyphens": "none",
|
---|
20 | "hyphens": "none"
|
---|
21 | },
|
---|
22 | "pre[class*=\"language-\"]": {
|
---|
23 | "color": "#f92aad",
|
---|
24 | "textShadow": "0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3",
|
---|
25 | "background": "none",
|
---|
26 | "fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
|
---|
27 | "fontSize": "1em",
|
---|
28 | "textAlign": "left",
|
---|
29 | "whiteSpace": "pre",
|
---|
30 | "wordSpacing": "normal",
|
---|
31 | "wordBreak": "normal",
|
---|
32 | "wordWrap": "normal",
|
---|
33 | "lineHeight": "1.5",
|
---|
34 | "MozTabSize": "4",
|
---|
35 | "OTabSize": "4",
|
---|
36 | "tabSize": "4",
|
---|
37 | "WebkitHyphens": "none",
|
---|
38 | "MozHyphens": "none",
|
---|
39 | "msHyphens": "none",
|
---|
40 | "hyphens": "none",
|
---|
41 | "padding": "1em",
|
---|
42 | "margin": ".5em 0",
|
---|
43 | "overflow": "auto",
|
---|
44 | "backgroundColor": "transparent !important",
|
---|
45 | "backgroundImage": "linear-gradient(to bottom, #2a2139 75%, #34294f)"
|
---|
46 | },
|
---|
47 | ":not(pre) > code[class*=\"language-\"]": {
|
---|
48 | "backgroundColor": "transparent !important",
|
---|
49 | "backgroundImage": "linear-gradient(to bottom, #2a2139 75%, #34294f)",
|
---|
50 | "padding": ".1em",
|
---|
51 | "borderRadius": ".3em",
|
---|
52 | "whiteSpace": "normal"
|
---|
53 | },
|
---|
54 | "comment": {
|
---|
55 | "color": "#8e8e8e"
|
---|
56 | },
|
---|
57 | "block-comment": {
|
---|
58 | "color": "#8e8e8e"
|
---|
59 | },
|
---|
60 | "prolog": {
|
---|
61 | "color": "#8e8e8e"
|
---|
62 | },
|
---|
63 | "doctype": {
|
---|
64 | "color": "#8e8e8e"
|
---|
65 | },
|
---|
66 | "cdata": {
|
---|
67 | "color": "#8e8e8e"
|
---|
68 | },
|
---|
69 | "punctuation": {
|
---|
70 | "color": "#ccc"
|
---|
71 | },
|
---|
72 | "tag": {
|
---|
73 | "color": "#e2777a"
|
---|
74 | },
|
---|
75 | "attr-name": {
|
---|
76 | "color": "#e2777a"
|
---|
77 | },
|
---|
78 | "namespace": {
|
---|
79 | "color": "#e2777a"
|
---|
80 | },
|
---|
81 | "number": {
|
---|
82 | "color": "#e2777a"
|
---|
83 | },
|
---|
84 | "unit": {
|
---|
85 | "color": "#e2777a"
|
---|
86 | },
|
---|
87 | "hexcode": {
|
---|
88 | "color": "#e2777a"
|
---|
89 | },
|
---|
90 | "deleted": {
|
---|
91 | "color": "#e2777a"
|
---|
92 | },
|
---|
93 | "property": {
|
---|
94 | "color": "#72f1b8",
|
---|
95 | "textShadow": "0 0 2px #100c0f, 0 0 10px #257c5575, 0 0 35px #21272475"
|
---|
96 | },
|
---|
97 | "selector": {
|
---|
98 | "color": "#72f1b8",
|
---|
99 | "textShadow": "0 0 2px #100c0f, 0 0 10px #257c5575, 0 0 35px #21272475"
|
---|
100 | },
|
---|
101 | "function-name": {
|
---|
102 | "color": "#6196cc"
|
---|
103 | },
|
---|
104 | "boolean": {
|
---|
105 | "color": "#fdfdfd",
|
---|
106 | "textShadow": "0 0 2px #001716, 0 0 3px #03edf975, 0 0 5px #03edf975, 0 0 8px #03edf975"
|
---|
107 | },
|
---|
108 | "selector.id": {
|
---|
109 | "color": "#fdfdfd",
|
---|
110 | "textShadow": "0 0 2px #001716, 0 0 3px #03edf975, 0 0 5px #03edf975, 0 0 8px #03edf975"
|
---|
111 | },
|
---|
112 | "function": {
|
---|
113 | "color": "#fdfdfd",
|
---|
114 | "textShadow": "0 0 2px #001716, 0 0 3px #03edf975, 0 0 5px #03edf975, 0 0 8px #03edf975"
|
---|
115 | },
|
---|
116 | "class-name": {
|
---|
117 | "color": "#fff5f6",
|
---|
118 | "textShadow": "0 0 2px #000, 0 0 10px #fc1f2c75, 0 0 5px #fc1f2c75, 0 0 25px #fc1f2c75"
|
---|
119 | },
|
---|
120 | "constant": {
|
---|
121 | "color": "#f92aad",
|
---|
122 | "textShadow": "0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3"
|
---|
123 | },
|
---|
124 | "symbol": {
|
---|
125 | "color": "#f92aad",
|
---|
126 | "textShadow": "0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3"
|
---|
127 | },
|
---|
128 | "important": {
|
---|
129 | "color": "#f4eee4",
|
---|
130 | "textShadow": "0 0 2px #393a33, 0 0 8px #f39f0575, 0 0 2px #f39f0575",
|
---|
131 | "fontWeight": "bold"
|
---|
132 | },
|
---|
133 | "atrule": {
|
---|
134 | "color": "#f4eee4",
|
---|
135 | "textShadow": "0 0 2px #393a33, 0 0 8px #f39f0575, 0 0 2px #f39f0575"
|
---|
136 | },
|
---|
137 | "keyword": {
|
---|
138 | "color": "#f4eee4",
|
---|
139 | "textShadow": "0 0 2px #393a33, 0 0 8px #f39f0575, 0 0 2px #f39f0575"
|
---|
140 | },
|
---|
141 | "selector.class": {
|
---|
142 | "color": "#f4eee4",
|
---|
143 | "textShadow": "0 0 2px #393a33, 0 0 8px #f39f0575, 0 0 2px #f39f0575"
|
---|
144 | },
|
---|
145 | "builtin": {
|
---|
146 | "color": "#f4eee4",
|
---|
147 | "textShadow": "0 0 2px #393a33, 0 0 8px #f39f0575, 0 0 2px #f39f0575"
|
---|
148 | },
|
---|
149 | "string": {
|
---|
150 | "color": "#f87c32"
|
---|
151 | },
|
---|
152 | "char": {
|
---|
153 | "color": "#f87c32"
|
---|
154 | },
|
---|
155 | "attr-value": {
|
---|
156 | "color": "#f87c32"
|
---|
157 | },
|
---|
158 | "regex": {
|
---|
159 | "color": "#f87c32"
|
---|
160 | },
|
---|
161 | "variable": {
|
---|
162 | "color": "#f87c32"
|
---|
163 | },
|
---|
164 | "operator": {
|
---|
165 | "color": "#67cdcc"
|
---|
166 | },
|
---|
167 | "entity": {
|
---|
168 | "color": "#67cdcc",
|
---|
169 | "cursor": "help"
|
---|
170 | },
|
---|
171 | "url": {
|
---|
172 | "color": "#67cdcc"
|
---|
173 | },
|
---|
174 | "bold": {
|
---|
175 | "fontWeight": "bold"
|
---|
176 | },
|
---|
177 | "italic": {
|
---|
178 | "fontStyle": "italic"
|
---|
179 | },
|
---|
180 | "inserted": {
|
---|
181 | "color": "green"
|
---|
182 | }
|
---|
183 | } |
---|