source: node_modules/react-syntax-highlighter/dist/esm/styles/prism/twilight.min.js@ d24f17c

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

Initial commit

  • Property mode set to 100644
File size: 4.5 KB
Line 
1export default {
2 "code[class*=language-]": {
3 "color": "#fff",
4 "background": "0 0",
5 "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
6 "fontSize": "1em",
7 "textAlign": "left",
8 "textShadow": "0 -.1em .2em #000",
9 "whiteSpace": "pre",
10 "wordSpacing": "normal",
11 "wordBreak": "normal",
12 "wordWrap": "normal",
13 "lineHeight": "1.5",
14 "MozTabSize": "4",
15 "OTabSize": "4",
16 "tabSize": "4",
17 "WebkitHyphens": "none",
18 "MozHyphens": "none",
19 "msHyphens": "none",
20 "hyphens": "none"
21 },
22 "pre[class*=language-]": {
23 "color": "#fff",
24 "background": "#141414",
25 "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
26 "fontSize": "1em",
27 "textAlign": "left",
28 "textShadow": "0 -.1em .2em #000",
29 "whiteSpace": "pre",
30 "wordSpacing": "normal",
31 "wordBreak": "normal",
32 "wordWrap": "normal",
33 "lineHeight": "1.5",
34 "MozTabSize": "4",
35 "OTabSize": "4",
36 "tabSize": "4",
37 "WebkitHyphens": "none",
38 "MozHyphens": "none",
39 "msHyphens": "none",
40 "hyphens": "none",
41 "borderRadius": ".5em",
42 "border": ".3em solid #545454",
43 "boxShadow": "1px 1px .5em #000 inset",
44 "margin": ".5em 0",
45 "overflow": "auto",
46 "padding": "1em"
47 },
48 ":not(pre)>code[class*=language-]": {
49 "background": "#141414",
50 "borderRadius": ".3em",
51 "border": ".13em solid #545454",
52 "boxShadow": "1px 1px .3em -.1em #000 inset",
53 "padding": ".15em .2em .05em",
54 "whiteSpace": "normal"
55 },
56 "pre[class*=language-]::-moz-selection": {
57 "background": "hsla(0,0%,93%,.15)",
58 "textShadow": "none"
59 },
60 "pre[class*=language-]::selection": {
61 "background": "hsla(0,0%,93%,.15)",
62 "textShadow": "none"
63 },
64 "code[class*=language-] ::-moz-selection": {
65 "textShadow": "none",
66 "background": "hsla(0,0%,93%,.15)"
67 },
68 "code[class*=language-]::-moz-selection": {
69 "textShadow": "none",
70 "background": "hsla(0,0%,93%,.15)"
71 },
72 "pre[class*=language-] ::-moz-selection": {
73 "textShadow": "none",
74 "background": "hsla(0,0%,93%,.15)"
75 },
76 "code[class*=language-] ::selection": {
77 "textShadow": "none",
78 "background": "hsla(0,0%,93%,.15)"
79 },
80 "code[class*=language-]::selection": {
81 "textShadow": "none",
82 "background": "hsla(0,0%,93%,.15)"
83 },
84 "pre[class*=language-] ::selection": {
85 "textShadow": "none",
86 "background": "hsla(0,0%,93%,.15)"
87 },
88 "cdata": {
89 "color": "#777"
90 },
91 "comment": {
92 "color": "#777"
93 },
94 "doctype": {
95 "color": "#777"
96 },
97 "prolog": {
98 "color": "#777"
99 },
100 "punctuation": {
101 "Opacity": ".7"
102 },
103 "namespace": {
104 "Opacity": ".7"
105 },
106 "boolean": {
107 "color": "#ce6849"
108 },
109 "deleted": {
110 "color": "#ce6849"
111 },
112 "number": {
113 "color": "#ce6849"
114 },
115 "tag": {
116 "color": "#ce6849"
117 },
118 "builtin": {
119 "color": "#f9ed99"
120 },
121 "constant": {
122 "color": "#f9ed99"
123 },
124 "keyword": {
125 "color": "#f9ed99"
126 },
127 "property": {
128 "color": "#f9ed99"
129 },
130 "selector": {
131 "color": "#f9ed99"
132 },
133 "symbol": {
134 "color": "#f9ed99"
135 },
136 ".language-css .token.string": {
137 "color": "#909e6a"
138 },
139 ".style .token.string": {
140 "color": "#909e6a"
141 },
142 "attr-name": {
143 "color": "#909e6a"
144 },
145 "attr-value": {
146 "color": "#909e6a"
147 },
148 "char": {
149 "color": "#909e6a"
150 },
151 "entity": {
152 "color": "#909e6a",
153 "cursor": "help"
154 },
155 "inserted": {
156 "color": "#909e6a"
157 },
158 "operator": {
159 "color": "#909e6a"
160 },
161 "string": {
162 "color": "#909e6a"
163 },
164 "url": {
165 "color": "#909e6a"
166 },
167 "variable": {
168 "color": "#909e6a"
169 },
170 "atrule": {
171 "color": "#7385a5"
172 },
173 "important": {
174 "color": "#e8c062",
175 "fontWeight": "700"
176 },
177 "regex": {
178 "color": "#e8c062"
179 },
180 "bold": {
181 "fontWeight": "700"
182 },
183 "italic": {
184 "fontStyle": "italic"
185 },
186 ".language-markup .token.attr-name": {
187 "color": "#ac885c"
188 },
189 ".language-markup .token.punctuation": {
190 "color": "#ac885c"
191 },
192 ".language-markup .token.tag": {
193 "color": "#ac885c"
194 },
195 "": {
196 "position": "relative",
197 "zIndex": "1"
198 },
199 ".line-highlight.line-highlight": {
200 "background": "linear-gradient(to right,hsla(0,0%,33%,.1) 70%,hsla(0,0%,33%,0))",
201 "borderBottom": "1px dashed #545454",
202 "borderTop": "1px dashed #545454",
203 "marginTop": ".75em",
204 "zIndex": "0"
205 },
206 ".line-highlight.line-highlight:before": {
207 "backgroundColor": "#8693a6",
208 "color": "#f4f1ef"
209 },
210 ".line-highlight.line-highlight[data-end]:after": {
211 "backgroundColor": "#8693a6",
212 "color": "#f4f1ef"
213 }
214};
Note: See TracBrowser for help on using the repository browser.