1 | export default {
|
---|
2 | "code[class*='language-']": {
|
---|
3 | "color": "#9efeff",
|
---|
4 | "direction": "ltr",
|
---|
5 | "textAlign": "left",
|
---|
6 | "whiteSpace": "pre",
|
---|
7 | "wordSpacing": "normal",
|
---|
8 | "wordBreak": "normal",
|
---|
9 | "MozTabSize": "4",
|
---|
10 | "OTabSize": "4",
|
---|
11 | "tabSize": "4",
|
---|
12 | "WebkitHyphens": "none",
|
---|
13 | "MozHyphens": "none",
|
---|
14 | "msHyphens": "none",
|
---|
15 | "hyphens": "none",
|
---|
16 | "fontFamily": "'Operator Mono', 'Fira Code', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
|
---|
17 | "fontWeight": "400",
|
---|
18 | "fontSize": "17px",
|
---|
19 | "lineHeight": "25px",
|
---|
20 | "letterSpacing": "0.5px",
|
---|
21 | "textShadow": "0 1px #222245"
|
---|
22 | },
|
---|
23 | "pre[class*='language-']": {
|
---|
24 | "color": "#9efeff",
|
---|
25 | "direction": "ltr",
|
---|
26 | "textAlign": "left",
|
---|
27 | "whiteSpace": "pre",
|
---|
28 | "wordSpacing": "normal",
|
---|
29 | "wordBreak": "normal",
|
---|
30 | "MozTabSize": "4",
|
---|
31 | "OTabSize": "4",
|
---|
32 | "tabSize": "4",
|
---|
33 | "WebkitHyphens": "none",
|
---|
34 | "MozHyphens": "none",
|
---|
35 | "msHyphens": "none",
|
---|
36 | "hyphens": "none",
|
---|
37 | "fontFamily": "'Operator Mono', 'Fira Code', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
|
---|
38 | "fontWeight": "400",
|
---|
39 | "fontSize": "17px",
|
---|
40 | "lineHeight": "25px",
|
---|
41 | "letterSpacing": "0.5px",
|
---|
42 | "textShadow": "0 1px #222245",
|
---|
43 | "padding": "2em",
|
---|
44 | "margin": "0.5em 0",
|
---|
45 | "overflow": "auto",
|
---|
46 | "background": "#1e1e3f"
|
---|
47 | },
|
---|
48 | "pre[class*='language-']::-moz-selection": {
|
---|
49 | "color": "inherit",
|
---|
50 | "background": "#a599e9"
|
---|
51 | },
|
---|
52 | "pre[class*='language-'] ::-moz-selection": {
|
---|
53 | "color": "inherit",
|
---|
54 | "background": "#a599e9"
|
---|
55 | },
|
---|
56 | "code[class*='language-']::-moz-selection": {
|
---|
57 | "color": "inherit",
|
---|
58 | "background": "#a599e9"
|
---|
59 | },
|
---|
60 | "code[class*='language-'] ::-moz-selection": {
|
---|
61 | "color": "inherit",
|
---|
62 | "background": "#a599e9"
|
---|
63 | },
|
---|
64 | "pre[class*='language-']::selection": {
|
---|
65 | "color": "inherit",
|
---|
66 | "background": "#a599e9"
|
---|
67 | },
|
---|
68 | "pre[class*='language-'] ::selection": {
|
---|
69 | "color": "inherit",
|
---|
70 | "background": "#a599e9"
|
---|
71 | },
|
---|
72 | "code[class*='language-']::selection": {
|
---|
73 | "color": "inherit",
|
---|
74 | "background": "#a599e9"
|
---|
75 | },
|
---|
76 | "code[class*='language-'] ::selection": {
|
---|
77 | "color": "inherit",
|
---|
78 | "background": "#a599e9"
|
---|
79 | },
|
---|
80 | ":not(pre) > code[class*='language-']": {
|
---|
81 | "background": "#1e1e3f",
|
---|
82 | "padding": "0.1em",
|
---|
83 | "borderRadius": "0.3em"
|
---|
84 | },
|
---|
85 | "": {
|
---|
86 | "fontWeight": "400"
|
---|
87 | },
|
---|
88 | "comment": {
|
---|
89 | "color": "#b362ff"
|
---|
90 | },
|
---|
91 | "prolog": {
|
---|
92 | "color": "#b362ff"
|
---|
93 | },
|
---|
94 | "cdata": {
|
---|
95 | "color": "#b362ff"
|
---|
96 | },
|
---|
97 | "delimiter": {
|
---|
98 | "color": "#ff9d00"
|
---|
99 | },
|
---|
100 | "keyword": {
|
---|
101 | "color": "#ff9d00"
|
---|
102 | },
|
---|
103 | "selector": {
|
---|
104 | "color": "#ff9d00"
|
---|
105 | },
|
---|
106 | "important": {
|
---|
107 | "color": "#ff9d00"
|
---|
108 | },
|
---|
109 | "atrule": {
|
---|
110 | "color": "#ff9d00"
|
---|
111 | },
|
---|
112 | "operator": {
|
---|
113 | "color": "rgb(255, 180, 84)",
|
---|
114 | "background": "none"
|
---|
115 | },
|
---|
116 | "attr-name": {
|
---|
117 | "color": "rgb(255, 180, 84)"
|
---|
118 | },
|
---|
119 | "punctuation": {
|
---|
120 | "color": "#ffffff"
|
---|
121 | },
|
---|
122 | "boolean": {
|
---|
123 | "color": "rgb(255, 98, 140)"
|
---|
124 | },
|
---|
125 | "tag": {
|
---|
126 | "color": "rgb(255, 157, 0)"
|
---|
127 | },
|
---|
128 | "tag.punctuation": {
|
---|
129 | "color": "rgb(255, 157, 0)"
|
---|
130 | },
|
---|
131 | "doctype": {
|
---|
132 | "color": "rgb(255, 157, 0)"
|
---|
133 | },
|
---|
134 | "builtin": {
|
---|
135 | "color": "rgb(255, 157, 0)"
|
---|
136 | },
|
---|
137 | "entity": {
|
---|
138 | "color": "#6897bb",
|
---|
139 | "background": "none"
|
---|
140 | },
|
---|
141 | "symbol": {
|
---|
142 | "color": "#6897bb"
|
---|
143 | },
|
---|
144 | "number": {
|
---|
145 | "color": "#ff628c"
|
---|
146 | },
|
---|
147 | "property": {
|
---|
148 | "color": "#ff628c"
|
---|
149 | },
|
---|
150 | "constant": {
|
---|
151 | "color": "#ff628c"
|
---|
152 | },
|
---|
153 | "variable": {
|
---|
154 | "color": "#ff628c"
|
---|
155 | },
|
---|
156 | "string": {
|
---|
157 | "color": "#a5ff90"
|
---|
158 | },
|
---|
159 | "char": {
|
---|
160 | "color": "#a5ff90"
|
---|
161 | },
|
---|
162 | "attr-value": {
|
---|
163 | "color": "#a5c261"
|
---|
164 | },
|
---|
165 | "attr-value.punctuation": {
|
---|
166 | "color": "#a5c261"
|
---|
167 | },
|
---|
168 | "attr-value.punctuation:first-child": {
|
---|
169 | "color": "#a9b7c6"
|
---|
170 | },
|
---|
171 | "url": {
|
---|
172 | "color": "#287bde",
|
---|
173 | "textDecoration": "underline",
|
---|
174 | "background": "none"
|
---|
175 | },
|
---|
176 | "function": {
|
---|
177 | "color": "rgb(250, 208, 0)"
|
---|
178 | },
|
---|
179 | "regex": {
|
---|
180 | "background": "#364135"
|
---|
181 | },
|
---|
182 | "bold": {
|
---|
183 | "fontWeight": "bold"
|
---|
184 | },
|
---|
185 | "italic": {
|
---|
186 | "fontStyle": "italic"
|
---|
187 | },
|
---|
188 | "inserted": {
|
---|
189 | "background": "#00ff00"
|
---|
190 | },
|
---|
191 | "deleted": {
|
---|
192 | "background": "#ff000d"
|
---|
193 | },
|
---|
194 | "code.language-css .token.property": {
|
---|
195 | "color": "#a9b7c6"
|
---|
196 | },
|
---|
197 | "code.language-css .token.property + .token.punctuation": {
|
---|
198 | "color": "#a9b7c6"
|
---|
199 | },
|
---|
200 | "code.language-css .token.id": {
|
---|
201 | "color": "#ffc66d"
|
---|
202 | },
|
---|
203 | "code.language-css .token.selector > .token.class": {
|
---|
204 | "color": "#ffc66d"
|
---|
205 | },
|
---|
206 | "code.language-css .token.selector > .token.attribute": {
|
---|
207 | "color": "#ffc66d"
|
---|
208 | },
|
---|
209 | "code.language-css .token.selector > .token.pseudo-class": {
|
---|
210 | "color": "#ffc66d"
|
---|
211 | },
|
---|
212 | "code.language-css .token.selector > .token.pseudo-element": {
|
---|
213 | "color": "#ffc66d"
|
---|
214 | },
|
---|
215 | "class-name": {
|
---|
216 | "color": "#fb94ff"
|
---|
217 | },
|
---|
218 | ".language-css .token.string": {
|
---|
219 | "background": "none"
|
---|
220 | },
|
---|
221 | ".style .token.string": {
|
---|
222 | "background": "none"
|
---|
223 | },
|
---|
224 | ".line-highlight.line-highlight": {
|
---|
225 | "marginTop": "36px",
|
---|
226 | "background": "linear-gradient(to right, rgba(179, 98, 255, 0.17), transparent)"
|
---|
227 | },
|
---|
228 | ".line-highlight.line-highlight:before": {
|
---|
229 | "content": "''"
|
---|
230 | },
|
---|
231 | ".line-highlight.line-highlight[data-end]:after": {
|
---|
232 | "content": "''"
|
---|
233 | }
|
---|
234 | } |
---|