1 | export default {
|
---|
2 | "code[class*=\"language-\"]": {
|
---|
3 | "color": "#393A34",
|
---|
4 | "fontFamily": "\"Consolas\", \"Bitstream Vera Sans Mono\", \"Courier New\", Courier, monospace",
|
---|
5 | "direction": "ltr",
|
---|
6 | "textAlign": "left",
|
---|
7 | "whiteSpace": "pre",
|
---|
8 | "wordSpacing": "normal",
|
---|
9 | "wordBreak": "normal",
|
---|
10 | "fontSize": ".9em",
|
---|
11 | "lineHeight": "1.2em",
|
---|
12 | "MozTabSize": "4",
|
---|
13 | "OTabSize": "4",
|
---|
14 | "tabSize": "4",
|
---|
15 | "WebkitHyphens": "none",
|
---|
16 | "MozHyphens": "none",
|
---|
17 | "msHyphens": "none",
|
---|
18 | "hyphens": "none"
|
---|
19 | },
|
---|
20 | "pre[class*=\"language-\"]": {
|
---|
21 | "color": "#393A34",
|
---|
22 | "fontFamily": "\"Consolas\", \"Bitstream Vera Sans Mono\", \"Courier New\", Courier, monospace",
|
---|
23 | "direction": "ltr",
|
---|
24 | "textAlign": "left",
|
---|
25 | "whiteSpace": "pre",
|
---|
26 | "wordSpacing": "normal",
|
---|
27 | "wordBreak": "normal",
|
---|
28 | "fontSize": ".9em",
|
---|
29 | "lineHeight": "1.2em",
|
---|
30 | "MozTabSize": "4",
|
---|
31 | "OTabSize": "4",
|
---|
32 | "tabSize": "4",
|
---|
33 | "WebkitHyphens": "none",
|
---|
34 | "MozHyphens": "none",
|
---|
35 | "msHyphens": "none",
|
---|
36 | "hyphens": "none",
|
---|
37 | "padding": "1em",
|
---|
38 | "margin": ".5em 0",
|
---|
39 | "overflow": "auto",
|
---|
40 | "border": "1px solid #dddddd",
|
---|
41 | "backgroundColor": "white"
|
---|
42 | },
|
---|
43 | "pre > code[class*=\"language-\"]": {
|
---|
44 | "fontSize": "1em"
|
---|
45 | },
|
---|
46 | "pre[class*=\"language-\"]::-moz-selection": {
|
---|
47 | "background": "#C1DEF1"
|
---|
48 | },
|
---|
49 | "pre[class*=\"language-\"] ::-moz-selection": {
|
---|
50 | "background": "#C1DEF1"
|
---|
51 | },
|
---|
52 | "code[class*=\"language-\"]::-moz-selection": {
|
---|
53 | "background": "#C1DEF1"
|
---|
54 | },
|
---|
55 | "code[class*=\"language-\"] ::-moz-selection": {
|
---|
56 | "background": "#C1DEF1"
|
---|
57 | },
|
---|
58 | "pre[class*=\"language-\"]::selection": {
|
---|
59 | "background": "#C1DEF1"
|
---|
60 | },
|
---|
61 | "pre[class*=\"language-\"] ::selection": {
|
---|
62 | "background": "#C1DEF1"
|
---|
63 | },
|
---|
64 | "code[class*=\"language-\"]::selection": {
|
---|
65 | "background": "#C1DEF1"
|
---|
66 | },
|
---|
67 | "code[class*=\"language-\"] ::selection": {
|
---|
68 | "background": "#C1DEF1"
|
---|
69 | },
|
---|
70 | ":not(pre) > code[class*=\"language-\"]": {
|
---|
71 | "padding": ".2em",
|
---|
72 | "paddingTop": "1px",
|
---|
73 | "paddingBottom": "1px",
|
---|
74 | "background": "#f8f8f8",
|
---|
75 | "border": "1px solid #dddddd"
|
---|
76 | },
|
---|
77 | "comment": {
|
---|
78 | "color": "#008000",
|
---|
79 | "fontStyle": "italic"
|
---|
80 | },
|
---|
81 | "prolog": {
|
---|
82 | "color": "#008000",
|
---|
83 | "fontStyle": "italic"
|
---|
84 | },
|
---|
85 | "doctype": {
|
---|
86 | "color": "#008000",
|
---|
87 | "fontStyle": "italic"
|
---|
88 | },
|
---|
89 | "cdata": {
|
---|
90 | "color": "#008000",
|
---|
91 | "fontStyle": "italic"
|
---|
92 | },
|
---|
93 | "namespace": {
|
---|
94 | "Opacity": ".7"
|
---|
95 | },
|
---|
96 | "string": {
|
---|
97 | "color": "#A31515"
|
---|
98 | },
|
---|
99 | "punctuation": {
|
---|
100 | "color": "#393A34"
|
---|
101 | },
|
---|
102 | "operator": {
|
---|
103 | "color": "#393A34"
|
---|
104 | },
|
---|
105 | "url": {
|
---|
106 | "color": "#36acaa"
|
---|
107 | },
|
---|
108 | "symbol": {
|
---|
109 | "color": "#36acaa"
|
---|
110 | },
|
---|
111 | "number": {
|
---|
112 | "color": "#36acaa"
|
---|
113 | },
|
---|
114 | "boolean": {
|
---|
115 | "color": "#36acaa"
|
---|
116 | },
|
---|
117 | "variable": {
|
---|
118 | "color": "#36acaa"
|
---|
119 | },
|
---|
120 | "constant": {
|
---|
121 | "color": "#36acaa"
|
---|
122 | },
|
---|
123 | "inserted": {
|
---|
124 | "color": "#36acaa"
|
---|
125 | },
|
---|
126 | "atrule": {
|
---|
127 | "color": "#0000ff"
|
---|
128 | },
|
---|
129 | "keyword": {
|
---|
130 | "color": "#0000ff"
|
---|
131 | },
|
---|
132 | "attr-value": {
|
---|
133 | "color": "#0000ff"
|
---|
134 | },
|
---|
135 | ".language-autohotkey .token.selector": {
|
---|
136 | "color": "#0000ff"
|
---|
137 | },
|
---|
138 | ".language-json .token.boolean": {
|
---|
139 | "color": "#0000ff"
|
---|
140 | },
|
---|
141 | ".language-json .token.number": {
|
---|
142 | "color": "#0000ff"
|
---|
143 | },
|
---|
144 | "code[class*=\"language-css\"]": {
|
---|
145 | "color": "#0000ff"
|
---|
146 | },
|
---|
147 | "function": {
|
---|
148 | "color": "#393A34"
|
---|
149 | },
|
---|
150 | "deleted": {
|
---|
151 | "color": "#9a050f"
|
---|
152 | },
|
---|
153 | ".language-autohotkey .token.tag": {
|
---|
154 | "color": "#9a050f"
|
---|
155 | },
|
---|
156 | "selector": {
|
---|
157 | "color": "#800000"
|
---|
158 | },
|
---|
159 | ".language-autohotkey .token.keyword": {
|
---|
160 | "color": "#00009f"
|
---|
161 | },
|
---|
162 | "important": {
|
---|
163 | "color": "#e90",
|
---|
164 | "fontWeight": "bold"
|
---|
165 | },
|
---|
166 | "bold": {
|
---|
167 | "fontWeight": "bold"
|
---|
168 | },
|
---|
169 | "italic": {
|
---|
170 | "fontStyle": "italic"
|
---|
171 | },
|
---|
172 | "class-name": {
|
---|
173 | "color": "#2B91AF"
|
---|
174 | },
|
---|
175 | ".language-json .token.property": {
|
---|
176 | "color": "#2B91AF"
|
---|
177 | },
|
---|
178 | "tag": {
|
---|
179 | "color": "#800000"
|
---|
180 | },
|
---|
181 | "attr-name": {
|
---|
182 | "color": "#ff0000"
|
---|
183 | },
|
---|
184 | "property": {
|
---|
185 | "color": "#ff0000"
|
---|
186 | },
|
---|
187 | "regex": {
|
---|
188 | "color": "#ff0000"
|
---|
189 | },
|
---|
190 | "entity": {
|
---|
191 | "color": "#ff0000"
|
---|
192 | },
|
---|
193 | "directive.tag.tag": {
|
---|
194 | "background": "#ffff00",
|
---|
195 | "color": "#393A34"
|
---|
196 | },
|
---|
197 | ".line-numbers.line-numbers .line-numbers-rows": {
|
---|
198 | "borderRightColor": "#a5a5a5"
|
---|
199 | },
|
---|
200 | ".line-numbers .line-numbers-rows > span:before": {
|
---|
201 | "color": "#2B91AF"
|
---|
202 | },
|
---|
203 | ".line-highlight.line-highlight": {
|
---|
204 | "background": "linear-gradient(to right, rgba(193, 222, 241, 0.2) 70%, rgba(221, 222, 241, 0))"
|
---|
205 | }
|
---|
206 | } |
---|