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