source: node_modules/react-syntax-highlighter/dist/esm/styles/prism/vs.min.js

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[d24f17c]1export 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 #ddd",
41 "backgroundColor": "#fff"
42 },
43 "pre>code[class*=language-]": {
44 "fontSize": "1em"
45 },
46 "code[class*=language-] ::-moz-selection": {
47 "background": "#c1def1"
48 },
49 "code[class*=language-]::-moz-selection": {
50 "background": "#c1def1"
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-] ::selection": {
59 "background": "#c1def1"
60 },
61 "code[class*=language-]::selection": {
62 "background": "#c1def1"
63 },
64 "pre[class*=language-] ::selection": {
65 "background": "#c1def1"
66 },
67 "pre[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 #ddd"
76 },
77 "cdata": {
78 "color": "green",
79 "fontStyle": "italic"
80 },
81 "comment": {
82 "color": "green",
83 "fontStyle": "italic"
84 },
85 "doctype": {
86 "color": "green",
87 "fontStyle": "italic"
88 },
89 "prolog": {
90 "color": "green",
91 "fontStyle": "italic"
92 },
93 "namespace": {
94 "Opacity": ".7"
95 },
96 "string": {
97 "color": "#a31515"
98 },
99 "operator": {
100 "color": "#393a34"
101 },
102 "punctuation": {
103 "color": "#393a34"
104 },
105 "boolean": {
106 "color": "#36acaa"
107 },
108 "constant": {
109 "color": "#36acaa"
110 },
111 "inserted": {
112 "color": "#36acaa"
113 },
114 "number": {
115 "color": "#36acaa"
116 },
117 "symbol": {
118 "color": "#36acaa"
119 },
120 "url": {
121 "color": "#36acaa"
122 },
123 "variable": {
124 "color": "#36acaa"
125 },
126 ".language-autohotkey .token.selector": {
127 "color": "#00f"
128 },
129 ".language-json .token.boolean": {
130 "color": "#00f"
131 },
132 ".language-json .token.number": {
133 "color": "#00f"
134 },
135 "atrule": {
136 "color": "#00f"
137 },
138 "attr-value": {
139 "color": "#00f"
140 },
141 "keyword": {
142 "color": "#00f"
143 },
144 "code[class*=language-css]": {
145 "color": "#00f"
146 },
147 "function": {
148 "color": "#393a34"
149 },
150 ".language-autohotkey .token.tag": {
151 "color": "#9a050f"
152 },
153 "deleted": {
154 "color": "#9a050f"
155 },
156 ".language-autohotkey .token.keyword": {
157 "color": "#00009f"
158 },
159 "selector": {
160 "color": "maroon"
161 },
162 "important": {
163 "color": "#e90",
164 "fontWeight": "700"
165 },
166 "bold": {
167 "fontWeight": "700"
168 },
169 "italic": {
170 "fontStyle": "italic"
171 },
172 ".language-json .token.property": {
173 "color": "#2b91af"
174 },
175 "class-name": {
176 "color": "#2b91af"
177 },
178 "tag": {
179 "color": "maroon"
180 },
181 "attr-name": {
182 "color": "red"
183 },
184 "entity": {
185 "color": "red"
186 },
187 "property": {
188 "color": "red"
189 },
190 "regex": {
191 "color": "red"
192 },
193 "directive.tag.tag": {
194 "background": "#ff0",
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,.2) 70%,rgba(221,222,241,0))"
205 }
206};
Note: See TracBrowser for help on using the repository browser.