1 | export default {
|
---|
2 | "code[class*=\"language-\"]": {
|
---|
3 | "MozTabSize": "2",
|
---|
4 | "OTabSize": "2",
|
---|
5 | "tabSize": "2",
|
---|
6 | "WebkitHyphens": "none",
|
---|
7 | "MozHyphens": "none",
|
---|
8 | "msHyphens": "none",
|
---|
9 | "hyphens": "none",
|
---|
10 | "whiteSpace": "pre-wrap",
|
---|
11 | "wordWrap": "normal",
|
---|
12 | "fontFamily": "Menlo, Monaco, \"Courier New\", monospace",
|
---|
13 | "fontSize": "14px",
|
---|
14 | "color": "#76d9e6",
|
---|
15 | "textShadow": "none"
|
---|
16 | },
|
---|
17 | "pre[class*=\"language-\"]": {
|
---|
18 | "MozTabSize": "2",
|
---|
19 | "OTabSize": "2",
|
---|
20 | "tabSize": "2",
|
---|
21 | "WebkitHyphens": "none",
|
---|
22 | "MozHyphens": "none",
|
---|
23 | "msHyphens": "none",
|
---|
24 | "hyphens": "none",
|
---|
25 | "whiteSpace": "pre-wrap",
|
---|
26 | "wordWrap": "normal",
|
---|
27 | "fontFamily": "Menlo, Monaco, \"Courier New\", monospace",
|
---|
28 | "fontSize": "14px",
|
---|
29 | "color": "#76d9e6",
|
---|
30 | "textShadow": "none",
|
---|
31 | "background": "#2a2a2a",
|
---|
32 | "padding": "15px",
|
---|
33 | "borderRadius": "4px",
|
---|
34 | "border": "1px solid #e1e1e8",
|
---|
35 | "overflow": "auto",
|
---|
36 | "position": "relative"
|
---|
37 | },
|
---|
38 | "pre > code[class*=\"language-\"]": {
|
---|
39 | "fontSize": "1em"
|
---|
40 | },
|
---|
41 | ":not(pre) > code[class*=\"language-\"]": {
|
---|
42 | "background": "#2a2a2a",
|
---|
43 | "padding": "0.15em 0.2em 0.05em",
|
---|
44 | "borderRadius": ".3em",
|
---|
45 | "border": "0.13em solid #7a6652",
|
---|
46 | "boxShadow": "1px 1px 0.3em -0.1em #000 inset"
|
---|
47 | },
|
---|
48 | "pre[class*=\"language-\"] code": {
|
---|
49 | "whiteSpace": "pre",
|
---|
50 | "display": "block"
|
---|
51 | },
|
---|
52 | "namespace": {
|
---|
53 | "Opacity": ".7"
|
---|
54 | },
|
---|
55 | "comment": {
|
---|
56 | "color": "#6f705e"
|
---|
57 | },
|
---|
58 | "prolog": {
|
---|
59 | "color": "#6f705e"
|
---|
60 | },
|
---|
61 | "doctype": {
|
---|
62 | "color": "#6f705e"
|
---|
63 | },
|
---|
64 | "cdata": {
|
---|
65 | "color": "#6f705e"
|
---|
66 | },
|
---|
67 | "operator": {
|
---|
68 | "color": "#a77afe"
|
---|
69 | },
|
---|
70 | "boolean": {
|
---|
71 | "color": "#a77afe"
|
---|
72 | },
|
---|
73 | "number": {
|
---|
74 | "color": "#a77afe"
|
---|
75 | },
|
---|
76 | "attr-name": {
|
---|
77 | "color": "#e6d06c"
|
---|
78 | },
|
---|
79 | "string": {
|
---|
80 | "color": "#e6d06c"
|
---|
81 | },
|
---|
82 | "entity": {
|
---|
83 | "color": "#e6d06c",
|
---|
84 | "cursor": "help"
|
---|
85 | },
|
---|
86 | "url": {
|
---|
87 | "color": "#e6d06c"
|
---|
88 | },
|
---|
89 | ".language-css .token.string": {
|
---|
90 | "color": "#e6d06c"
|
---|
91 | },
|
---|
92 | ".style .token.string": {
|
---|
93 | "color": "#e6d06c"
|
---|
94 | },
|
---|
95 | "selector": {
|
---|
96 | "color": "#a6e22d"
|
---|
97 | },
|
---|
98 | "inserted": {
|
---|
99 | "color": "#a6e22d"
|
---|
100 | },
|
---|
101 | "atrule": {
|
---|
102 | "color": "#ef3b7d"
|
---|
103 | },
|
---|
104 | "attr-value": {
|
---|
105 | "color": "#ef3b7d"
|
---|
106 | },
|
---|
107 | "keyword": {
|
---|
108 | "color": "#ef3b7d"
|
---|
109 | },
|
---|
110 | "important": {
|
---|
111 | "color": "#ef3b7d",
|
---|
112 | "fontWeight": "bold"
|
---|
113 | },
|
---|
114 | "deleted": {
|
---|
115 | "color": "#ef3b7d"
|
---|
116 | },
|
---|
117 | "regex": {
|
---|
118 | "color": "#76d9e6"
|
---|
119 | },
|
---|
120 | "statement": {
|
---|
121 | "color": "#76d9e6",
|
---|
122 | "fontWeight": "bold"
|
---|
123 | },
|
---|
124 | "placeholder": {
|
---|
125 | "color": "#fff"
|
---|
126 | },
|
---|
127 | "variable": {
|
---|
128 | "color": "#fff"
|
---|
129 | },
|
---|
130 | "bold": {
|
---|
131 | "fontWeight": "bold"
|
---|
132 | },
|
---|
133 | "punctuation": {
|
---|
134 | "color": "#bebec5"
|
---|
135 | },
|
---|
136 | "italic": {
|
---|
137 | "fontStyle": "italic"
|
---|
138 | },
|
---|
139 | "code.language-markup": {
|
---|
140 | "color": "#f9f9f9"
|
---|
141 | },
|
---|
142 | "code.language-markup .token.tag": {
|
---|
143 | "color": "#ef3b7d"
|
---|
144 | },
|
---|
145 | "code.language-markup .token.attr-name": {
|
---|
146 | "color": "#a6e22d"
|
---|
147 | },
|
---|
148 | "code.language-markup .token.attr-value": {
|
---|
149 | "color": "#e6d06c"
|
---|
150 | },
|
---|
151 | "code.language-markup .token.style": {
|
---|
152 | "color": "#76d9e6"
|
---|
153 | },
|
---|
154 | "code.language-markup .token.script": {
|
---|
155 | "color": "#76d9e6"
|
---|
156 | },
|
---|
157 | "code.language-markup .token.script .token.keyword": {
|
---|
158 | "color": "#76d9e6"
|
---|
159 | },
|
---|
160 | ".line-highlight.line-highlight": {
|
---|
161 | "padding": "0",
|
---|
162 | "background": "rgba(255, 255, 255, 0.08)"
|
---|
163 | },
|
---|
164 | ".line-highlight.line-highlight:before": {
|
---|
165 | "padding": "0.2em 0.5em",
|
---|
166 | "backgroundColor": "rgba(255, 255, 255, 0.4)",
|
---|
167 | "color": "black",
|
---|
168 | "height": "1em",
|
---|
169 | "lineHeight": "1em",
|
---|
170 | "boxShadow": "0 1px 1px rgba(255, 255, 255, 0.7)"
|
---|
171 | },
|
---|
172 | ".line-highlight.line-highlight[data-end]:after": {
|
---|
173 | "padding": "0.2em 0.5em",
|
---|
174 | "backgroundColor": "rgba(255, 255, 255, 0.4)",
|
---|
175 | "color": "black",
|
---|
176 | "height": "1em",
|
---|
177 | "lineHeight": "1em",
|
---|
178 | "boxShadow": "0 1px 1px rgba(255, 255, 255, 0.7)"
|
---|
179 | }
|
---|
180 | }; |
---|