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 | "fontFamily": "\"Fira Mono\",Menlo,Monaco,\"Lucida Console\",\"Courier New\",Courier,monospace",
|
---|
10 | "fontSize": "16px",
|
---|
11 | "lineHeight": "1.375",
|
---|
12 | "direction": "ltr",
|
---|
13 | "textAlign": "left",
|
---|
14 | "wordSpacing": "normal",
|
---|
15 | "MozTabSize": "4",
|
---|
16 | "OTabSize": "4",
|
---|
17 | "tabSize": "4",
|
---|
18 | "WebkitHyphens": "none",
|
---|
19 | "MozHyphens": "none",
|
---|
20 | "msHyphens": "none",
|
---|
21 | "hyphens": "none",
|
---|
22 | "whiteSpace": "pre-wrap",
|
---|
23 | "wordBreak": "break-all",
|
---|
24 | "wordWrap": "break-word",
|
---|
25 | "background": "#322931",
|
---|
26 | "color": "#b9b5b8"
|
---|
27 | },
|
---|
28 | "pre[class*=language-]": {
|
---|
29 | "fontFamily": "\"Fira Mono\",Menlo,Monaco,\"Lucida Console\",\"Courier New\",Courier,monospace",
|
---|
30 | "fontSize": "16px",
|
---|
31 | "lineHeight": "1.375",
|
---|
32 | "direction": "ltr",
|
---|
33 | "textAlign": "left",
|
---|
34 | "wordSpacing": "normal",
|
---|
35 | "MozTabSize": "4",
|
---|
36 | "OTabSize": "4",
|
---|
37 | "tabSize": "4",
|
---|
38 | "WebkitHyphens": "none",
|
---|
39 | "MozHyphens": "none",
|
---|
40 | "msHyphens": "none",
|
---|
41 | "hyphens": "none",
|
---|
42 | "whiteSpace": "pre-wrap",
|
---|
43 | "wordBreak": "break-all",
|
---|
44 | "wordWrap": "break-word",
|
---|
45 | "background": "#322931",
|
---|
46 | "color": "#b9b5b8",
|
---|
47 | "padding": "1em",
|
---|
48 | "margin": ".5em 0",
|
---|
49 | "overflow": "auto"
|
---|
50 | },
|
---|
51 | "pre>code[class*=language-]": {
|
---|
52 | "fontSize": "1em"
|
---|
53 | },
|
---|
54 | ":not(pre)>code[class*=language-]": {
|
---|
55 | "padding": ".1em",
|
---|
56 | "borderRadius": ".3em"
|
---|
57 | },
|
---|
58 | "cdata": {
|
---|
59 | "color": "#797379"
|
---|
60 | },
|
---|
61 | "comment": {
|
---|
62 | "color": "#797379"
|
---|
63 | },
|
---|
64 | "doctype": {
|
---|
65 | "color": "#797379"
|
---|
66 | },
|
---|
67 | "prolog": {
|
---|
68 | "color": "#797379"
|
---|
69 | },
|
---|
70 | "punctuation": {
|
---|
71 | "color": "#b9b5b8"
|
---|
72 | },
|
---|
73 | ".namespace": {
|
---|
74 | "Opacity": ".7"
|
---|
75 | },
|
---|
76 | "boolean": {
|
---|
77 | "color": "#fd8b19"
|
---|
78 | },
|
---|
79 | "null": {
|
---|
80 | "color": "#fd8b19"
|
---|
81 | },
|
---|
82 | "number": {
|
---|
83 | "color": "#fd8b19"
|
---|
84 | },
|
---|
85 | "operator": {
|
---|
86 | "color": "#fd8b19"
|
---|
87 | },
|
---|
88 | "property": {
|
---|
89 | "color": "#fdcc59"
|
---|
90 | },
|
---|
91 | "tag": {
|
---|
92 | "color": "#1290bf"
|
---|
93 | },
|
---|
94 | "string": {
|
---|
95 | "color": "#149b93"
|
---|
96 | },
|
---|
97 | "selector": {
|
---|
98 | "color": "#c85e7c"
|
---|
99 | },
|
---|
100 | "attr-name": {
|
---|
101 | "color": "#fd8b19"
|
---|
102 | },
|
---|
103 | ".language-css .token.string": {
|
---|
104 | "color": "#149b93"
|
---|
105 | },
|
---|
106 | ".style .token.string": {
|
---|
107 | "color": "#149b93"
|
---|
108 | },
|
---|
109 | "entity": {
|
---|
110 | "color": "#149b93",
|
---|
111 | "cursor": "help"
|
---|
112 | },
|
---|
113 | "url": {
|
---|
114 | "color": "#149b93"
|
---|
115 | },
|
---|
116 | "attr-value": {
|
---|
117 | "color": "#8fc13e"
|
---|
118 | },
|
---|
119 | "control": {
|
---|
120 | "color": "#8fc13e"
|
---|
121 | },
|
---|
122 | "directive": {
|
---|
123 | "color": "#8fc13e"
|
---|
124 | },
|
---|
125 | "keyword": {
|
---|
126 | "color": "#8fc13e"
|
---|
127 | },
|
---|
128 | "unit": {
|
---|
129 | "color": "#8fc13e"
|
---|
130 | },
|
---|
131 | "atrule": {
|
---|
132 | "color": "#149b93"
|
---|
133 | },
|
---|
134 | "regex": {
|
---|
135 | "color": "#149b93"
|
---|
136 | },
|
---|
137 | "statement": {
|
---|
138 | "color": "#149b93"
|
---|
139 | },
|
---|
140 | "placeholder": {
|
---|
141 | "color": "#1290bf"
|
---|
142 | },
|
---|
143 | "variable": {
|
---|
144 | "color": "#1290bf"
|
---|
145 | },
|
---|
146 | "important": {
|
---|
147 | "color": "#dd464c",
|
---|
148 | "fontWeight": "700"
|
---|
149 | },
|
---|
150 | "pre>code.highlight": {
|
---|
151 | "Outline": ".4em solid red",
|
---|
152 | "OutlineOffset": ".4em"
|
---|
153 | }
|
---|
154 | };
|
---|
155 | exports["default"] = _default; |
---|