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": "#22da17",
|
---|
10 | "fontFamily": "monospace",
|
---|
11 | "textAlign": "left",
|
---|
12 | "whiteSpace": "pre",
|
---|
13 | "wordSpacing": "normal",
|
---|
14 | "wordBreak": "normal",
|
---|
15 | "wordWrap": "normal",
|
---|
16 | "MozTabSize": "4",
|
---|
17 | "OTabSize": "4",
|
---|
18 | "tabSize": "4",
|
---|
19 | "WebkitHyphens": "none",
|
---|
20 | "MozHyphens": "none",
|
---|
21 | "msHyphens": "none",
|
---|
22 | "hyphens": "none",
|
---|
23 | "lineHeight": "25px",
|
---|
24 | "fontSize": "18px",
|
---|
25 | "margin": "5px 0"
|
---|
26 | },
|
---|
27 | "pre[class*=\"language-\"]": {
|
---|
28 | "color": "white",
|
---|
29 | "fontFamily": "monospace",
|
---|
30 | "textAlign": "left",
|
---|
31 | "whiteSpace": "pre",
|
---|
32 | "wordSpacing": "normal",
|
---|
33 | "wordBreak": "normal",
|
---|
34 | "wordWrap": "normal",
|
---|
35 | "MozTabSize": "4",
|
---|
36 | "OTabSize": "4",
|
---|
37 | "tabSize": "4",
|
---|
38 | "WebkitHyphens": "none",
|
---|
39 | "MozHyphens": "none",
|
---|
40 | "msHyphens": "none",
|
---|
41 | "hyphens": "none",
|
---|
42 | "lineHeight": "25px",
|
---|
43 | "fontSize": "18px",
|
---|
44 | "margin": "0.5em 0",
|
---|
45 | "background": "#0a143c",
|
---|
46 | "padding": "1em",
|
---|
47 | "overflow": "auto"
|
---|
48 | },
|
---|
49 | "pre[class*=\"language-\"] *": {
|
---|
50 | "fontFamily": "monospace"
|
---|
51 | },
|
---|
52 | ":not(pre) > code[class*=\"language-\"]": {
|
---|
53 | "color": "white",
|
---|
54 | "background": "#0a143c",
|
---|
55 | "padding": "0.1em",
|
---|
56 | "borderRadius": "0.3em",
|
---|
57 | "whiteSpace": "normal"
|
---|
58 | },
|
---|
59 | "pre[class*=\"language-\"]::-moz-selection": {
|
---|
60 | "textShadow": "none",
|
---|
61 | "background": "rgba(29, 59, 83, 0.99)"
|
---|
62 | },
|
---|
63 | "pre[class*=\"language-\"] ::-moz-selection": {
|
---|
64 | "textShadow": "none",
|
---|
65 | "background": "rgba(29, 59, 83, 0.99)"
|
---|
66 | },
|
---|
67 | "code[class*=\"language-\"]::-moz-selection": {
|
---|
68 | "textShadow": "none",
|
---|
69 | "background": "rgba(29, 59, 83, 0.99)"
|
---|
70 | },
|
---|
71 | "code[class*=\"language-\"] ::-moz-selection": {
|
---|
72 | "textShadow": "none",
|
---|
73 | "background": "rgba(29, 59, 83, 0.99)"
|
---|
74 | },
|
---|
75 | "pre[class*=\"language-\"]::selection": {
|
---|
76 | "textShadow": "none",
|
---|
77 | "background": "rgba(29, 59, 83, 0.99)"
|
---|
78 | },
|
---|
79 | "pre[class*=\"language-\"] ::selection": {
|
---|
80 | "textShadow": "none",
|
---|
81 | "background": "rgba(29, 59, 83, 0.99)"
|
---|
82 | },
|
---|
83 | "code[class*=\"language-\"]::selection": {
|
---|
84 | "textShadow": "none",
|
---|
85 | "background": "rgba(29, 59, 83, 0.99)"
|
---|
86 | },
|
---|
87 | "code[class*=\"language-\"] ::selection": {
|
---|
88 | "textShadow": "none",
|
---|
89 | "background": "rgba(29, 59, 83, 0.99)"
|
---|
90 | },
|
---|
91 | "comment": {
|
---|
92 | "color": "rgb(99, 119, 119)",
|
---|
93 | "fontStyle": "italic"
|
---|
94 | },
|
---|
95 | "prolog": {
|
---|
96 | "color": "rgb(99, 119, 119)",
|
---|
97 | "fontStyle": "italic"
|
---|
98 | },
|
---|
99 | "cdata": {
|
---|
100 | "color": "rgb(99, 119, 119)",
|
---|
101 | "fontStyle": "italic"
|
---|
102 | },
|
---|
103 | "punctuation": {
|
---|
104 | "color": "rgb(199, 146, 234)"
|
---|
105 | },
|
---|
106 | ".namespace": {
|
---|
107 | "color": "rgb(178, 204, 214)"
|
---|
108 | },
|
---|
109 | "deleted": {
|
---|
110 | "color": "rgba(239, 83, 80, 0.56)",
|
---|
111 | "fontStyle": "italic"
|
---|
112 | },
|
---|
113 | "symbol": {
|
---|
114 | "color": "rgb(128, 203, 196)"
|
---|
115 | },
|
---|
116 | "property": {
|
---|
117 | "color": "rgb(128, 203, 196)"
|
---|
118 | },
|
---|
119 | "tag": {
|
---|
120 | "color": "rgb(127, 219, 202)"
|
---|
121 | },
|
---|
122 | "operator": {
|
---|
123 | "color": "rgb(127, 219, 202)"
|
---|
124 | },
|
---|
125 | "keyword": {
|
---|
126 | "color": "rgb(127, 219, 202)"
|
---|
127 | },
|
---|
128 | "boolean": {
|
---|
129 | "color": "rgb(255, 88, 116)"
|
---|
130 | },
|
---|
131 | "number": {
|
---|
132 | "color": "rgb(247, 140, 108)"
|
---|
133 | },
|
---|
134 | "constant": {
|
---|
135 | "color": "rgb(34 183 199)"
|
---|
136 | },
|
---|
137 | "function": {
|
---|
138 | "color": "rgb(34 183 199)"
|
---|
139 | },
|
---|
140 | "builtin": {
|
---|
141 | "color": "rgb(34 183 199)"
|
---|
142 | },
|
---|
143 | "char": {
|
---|
144 | "color": "rgb(34 183 199)"
|
---|
145 | },
|
---|
146 | "selector": {
|
---|
147 | "color": "rgb(199, 146, 234)",
|
---|
148 | "fontStyle": "italic"
|
---|
149 | },
|
---|
150 | "doctype": {
|
---|
151 | "color": "rgb(199, 146, 234)",
|
---|
152 | "fontStyle": "italic"
|
---|
153 | },
|
---|
154 | "attr-name": {
|
---|
155 | "color": "rgb(173, 219, 103)",
|
---|
156 | "fontStyle": "italic"
|
---|
157 | },
|
---|
158 | "inserted": {
|
---|
159 | "color": "rgb(173, 219, 103)",
|
---|
160 | "fontStyle": "italic"
|
---|
161 | },
|
---|
162 | "string": {
|
---|
163 | "color": "rgb(173, 219, 103)"
|
---|
164 | },
|
---|
165 | "url": {
|
---|
166 | "color": "rgb(173, 219, 103)"
|
---|
167 | },
|
---|
168 | "entity": {
|
---|
169 | "color": "rgb(173, 219, 103)"
|
---|
170 | },
|
---|
171 | ".language-css .token.string": {
|
---|
172 | "color": "rgb(173, 219, 103)"
|
---|
173 | },
|
---|
174 | ".style .token.string": {
|
---|
175 | "color": "rgb(173, 219, 103)"
|
---|
176 | },
|
---|
177 | "class-name": {
|
---|
178 | "color": "rgb(255, 203, 139)"
|
---|
179 | },
|
---|
180 | "atrule": {
|
---|
181 | "color": "rgb(255, 203, 139)"
|
---|
182 | },
|
---|
183 | "attr-value": {
|
---|
184 | "color": "rgb(255, 203, 139)"
|
---|
185 | },
|
---|
186 | "regex": {
|
---|
187 | "color": "rgb(214, 222, 235)"
|
---|
188 | },
|
---|
189 | "important": {
|
---|
190 | "color": "rgb(214, 222, 235)",
|
---|
191 | "fontWeight": "bold"
|
---|
192 | },
|
---|
193 | "variable": {
|
---|
194 | "color": "rgb(214, 222, 235)"
|
---|
195 | },
|
---|
196 | "bold": {
|
---|
197 | "fontWeight": "bold"
|
---|
198 | },
|
---|
199 | "italic": {
|
---|
200 | "fontStyle": "italic"
|
---|
201 | }
|
---|
202 | };
|
---|
203 | exports["default"] = _default; |
---|