1 | export default {
|
---|
2 | "code[class*=language-]": {
|
---|
3 | "fontFamily": "Consolas,Menlo,Monaco,\"Andale Mono WT\",\"Andale Mono\",\"Lucida Console\",\"Lucida Sans Typewriter\",\"DejaVu Sans Mono\",\"Bitstream Vera Sans Mono\",\"Liberation Mono\",\"Nimbus Mono L\",\"Courier New\",Courier,monospace",
|
---|
4 | "fontSize": "14px",
|
---|
5 | "lineHeight": "1.375",
|
---|
6 | "direction": "ltr",
|
---|
7 | "textAlign": "left",
|
---|
8 | "whiteSpace": "pre",
|
---|
9 | "wordSpacing": "normal",
|
---|
10 | "wordBreak": "normal",
|
---|
11 | "MozTabSize": "4",
|
---|
12 | "OTabSize": "4",
|
---|
13 | "tabSize": "4",
|
---|
14 | "WebkitHyphens": "none",
|
---|
15 | "MozHyphens": "none",
|
---|
16 | "msHyphens": "none",
|
---|
17 | "hyphens": "none",
|
---|
18 | "background": "#24242e",
|
---|
19 | "color": "#767693"
|
---|
20 | },
|
---|
21 | "pre[class*=language-]": {
|
---|
22 | "fontFamily": "Consolas,Menlo,Monaco,\"Andale Mono WT\",\"Andale Mono\",\"Lucida Console\",\"Lucida Sans Typewriter\",\"DejaVu Sans Mono\",\"Bitstream Vera Sans Mono\",\"Liberation Mono\",\"Nimbus Mono L\",\"Courier New\",Courier,monospace",
|
---|
23 | "fontSize": "14px",
|
---|
24 | "lineHeight": "1.375",
|
---|
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 | "background": "#24242e",
|
---|
38 | "color": "#767693",
|
---|
39 | "padding": "1em",
|
---|
40 | "margin": ".5em 0",
|
---|
41 | "overflow": "auto"
|
---|
42 | },
|
---|
43 | "pre>code[class*=language-]": {
|
---|
44 | "fontSize": "1em"
|
---|
45 | },
|
---|
46 | "code[class*=language-] ::-moz-selection": {
|
---|
47 | "textShadow": "none",
|
---|
48 | "background": "#5151e6"
|
---|
49 | },
|
---|
50 | "code[class*=language-]::-moz-selection": {
|
---|
51 | "textShadow": "none",
|
---|
52 | "background": "#5151e6"
|
---|
53 | },
|
---|
54 | "pre[class*=language-] ::-moz-selection": {
|
---|
55 | "textShadow": "none",
|
---|
56 | "background": "#5151e6"
|
---|
57 | },
|
---|
58 | "pre[class*=language-]::-moz-selection": {
|
---|
59 | "textShadow": "none",
|
---|
60 | "background": "#5151e6"
|
---|
61 | },
|
---|
62 | "code[class*=language-] ::selection": {
|
---|
63 | "textShadow": "none",
|
---|
64 | "background": "#5151e6"
|
---|
65 | },
|
---|
66 | "code[class*=language-]::selection": {
|
---|
67 | "textShadow": "none",
|
---|
68 | "background": "#5151e6"
|
---|
69 | },
|
---|
70 | "pre[class*=language-] ::selection": {
|
---|
71 | "textShadow": "none",
|
---|
72 | "background": "#5151e6"
|
---|
73 | },
|
---|
74 | "pre[class*=language-]::selection": {
|
---|
75 | "textShadow": "none",
|
---|
76 | "background": "#5151e6"
|
---|
77 | },
|
---|
78 | ":not(pre)>code[class*=language-]": {
|
---|
79 | "padding": ".1em",
|
---|
80 | "borderRadius": ".3em"
|
---|
81 | },
|
---|
82 | "cdata": {
|
---|
83 | "color": "#5b5b76"
|
---|
84 | },
|
---|
85 | "comment": {
|
---|
86 | "color": "#5b5b76"
|
---|
87 | },
|
---|
88 | "doctype": {
|
---|
89 | "color": "#5b5b76"
|
---|
90 | },
|
---|
91 | "prolog": {
|
---|
92 | "color": "#5b5b76"
|
---|
93 | },
|
---|
94 | "punctuation": {
|
---|
95 | "color": "#5b5b76"
|
---|
96 | },
|
---|
97 | "namespace": {
|
---|
98 | "Opacity": ".7"
|
---|
99 | },
|
---|
100 | "number": {
|
---|
101 | "color": "#dd672c"
|
---|
102 | },
|
---|
103 | "operator": {
|
---|
104 | "color": "#dd672c"
|
---|
105 | },
|
---|
106 | "tag": {
|
---|
107 | "color": "#dd672c"
|
---|
108 | },
|
---|
109 | "function": {
|
---|
110 | "color": "#767693"
|
---|
111 | },
|
---|
112 | "property": {
|
---|
113 | "color": "#767693"
|
---|
114 | },
|
---|
115 | "atrule-id": {
|
---|
116 | "color": "#ebebff"
|
---|
117 | },
|
---|
118 | "selector": {
|
---|
119 | "color": "#ebebff"
|
---|
120 | },
|
---|
121 | "tag-id": {
|
---|
122 | "color": "#ebebff"
|
---|
123 | },
|
---|
124 | "attr-name": {
|
---|
125 | "color": "#aaaaca"
|
---|
126 | },
|
---|
127 | "code.language-javascript": {
|
---|
128 | "color": "#aaaaca"
|
---|
129 | },
|
---|
130 | ".language-css .token.string": {
|
---|
131 | "color": "#fe8c52"
|
---|
132 | },
|
---|
133 | ".language-scss .token.string": {
|
---|
134 | "color": "#fe8c52"
|
---|
135 | },
|
---|
136 | ".style .token.string": {
|
---|
137 | "color": "#fe8c52"
|
---|
138 | },
|
---|
139 | "atrule": {
|
---|
140 | "color": "#fe8c52"
|
---|
141 | },
|
---|
142 | "attr-value": {
|
---|
143 | "color": "#fe8c52"
|
---|
144 | },
|
---|
145 | "boolean": {
|
---|
146 | "color": "#fe8c52"
|
---|
147 | },
|
---|
148 | "control": {
|
---|
149 | "color": "#fe8c52"
|
---|
150 | },
|
---|
151 | "directive": {
|
---|
152 | "color": "#fe8c52"
|
---|
153 | },
|
---|
154 | "entity": {
|
---|
155 | "color": "#fe8c52",
|
---|
156 | "cursor": "help"
|
---|
157 | },
|
---|
158 | "keyword": {
|
---|
159 | "color": "#fe8c52"
|
---|
160 | },
|
---|
161 | "regex": {
|
---|
162 | "color": "#fe8c52"
|
---|
163 | },
|
---|
164 | "statement": {
|
---|
165 | "color": "#fe8c52"
|
---|
166 | },
|
---|
167 | "string": {
|
---|
168 | "color": "#fe8c52"
|
---|
169 | },
|
---|
170 | "unit": {
|
---|
171 | "color": "#fe8c52"
|
---|
172 | },
|
---|
173 | "url": {
|
---|
174 | "color": "#fe8c52"
|
---|
175 | },
|
---|
176 | "code.language-css": {
|
---|
177 | "color": "#fe8c52"
|
---|
178 | },
|
---|
179 | "code.language-scss": {
|
---|
180 | "color": "#fe8c52"
|
---|
181 | },
|
---|
182 | "placeholder": {
|
---|
183 | "color": "#fe8c52"
|
---|
184 | },
|
---|
185 | "variable": {
|
---|
186 | "color": "#fe8c52"
|
---|
187 | },
|
---|
188 | "deleted": {
|
---|
189 | "textDecoration": "line-through"
|
---|
190 | },
|
---|
191 | "inserted": {
|
---|
192 | "borderBottom": "1px dotted #ebebff",
|
---|
193 | "textDecoration": "none"
|
---|
194 | },
|
---|
195 | "italic": {
|
---|
196 | "fontStyle": "italic"
|
---|
197 | },
|
---|
198 | "bold": {
|
---|
199 | "fontWeight": "700"
|
---|
200 | },
|
---|
201 | "important": {
|
---|
202 | "fontWeight": "700",
|
---|
203 | "color": "#aaaaca"
|
---|
204 | },
|
---|
205 | "pre>code.highlight": {
|
---|
206 | "Outline": ".4em solid #7676f4",
|
---|
207 | "OutlineOffset": ".4em"
|
---|
208 | },
|
---|
209 | ".line-numbers.line-numbers .line-numbers-rows": {
|
---|
210 | "borderRightColor": "#262631"
|
---|
211 | },
|
---|
212 | ".line-numbers .line-numbers-rows>span:before": {
|
---|
213 | "color": "#393949"
|
---|
214 | },
|
---|
215 | ".line-highlight.line-highlight": {
|
---|
216 | "background": "linear-gradient(to right,rgba(221,103,44,.2) 70%,rgba(221,103,44,0))"
|
---|
217 | }
|
---|
218 | }; |
---|