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