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