source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/shades-of-purple.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: 5.1 KB
RevLine 
[d24f17c]1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = void 0;
7var _default = {
8 "code[class*='language-']": {
9 "color": "#9efeff",
10 "direction": "ltr",
11 "textAlign": "left",
12 "whiteSpace": "pre",
13 "wordSpacing": "normal",
14 "wordBreak": "normal",
15 "MozTabSize": "4",
16 "OTabSize": "4",
17 "tabSize": "4",
18 "WebkitHyphens": "none",
19 "MozHyphens": "none",
20 "msHyphens": "none",
21 "hyphens": "none",
22 "fontFamily": "'Operator Mono', 'Fira Code', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
23 "fontWeight": "400",
24 "fontSize": "17px",
25 "lineHeight": "25px",
26 "letterSpacing": "0.5px",
27 "textShadow": "0 1px #222245"
28 },
29 "pre[class*='language-']": {
30 "color": "#9efeff",
31 "direction": "ltr",
32 "textAlign": "left",
33 "whiteSpace": "pre",
34 "wordSpacing": "normal",
35 "wordBreak": "normal",
36 "MozTabSize": "4",
37 "OTabSize": "4",
38 "tabSize": "4",
39 "WebkitHyphens": "none",
40 "MozHyphens": "none",
41 "msHyphens": "none",
42 "hyphens": "none",
43 "fontFamily": "'Operator Mono', 'Fira Code', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
44 "fontWeight": "400",
45 "fontSize": "17px",
46 "lineHeight": "25px",
47 "letterSpacing": "0.5px",
48 "textShadow": "0 1px #222245",
49 "padding": "2em",
50 "margin": "0.5em 0",
51 "overflow": "auto",
52 "background": "#1e1e3f"
53 },
54 "pre[class*='language-']::-moz-selection": {
55 "color": "inherit",
56 "background": "#a599e9"
57 },
58 "pre[class*='language-'] ::-moz-selection": {
59 "color": "inherit",
60 "background": "#a599e9"
61 },
62 "code[class*='language-']::-moz-selection": {
63 "color": "inherit",
64 "background": "#a599e9"
65 },
66 "code[class*='language-'] ::-moz-selection": {
67 "color": "inherit",
68 "background": "#a599e9"
69 },
70 "pre[class*='language-']::selection": {
71 "color": "inherit",
72 "background": "#a599e9"
73 },
74 "pre[class*='language-'] ::selection": {
75 "color": "inherit",
76 "background": "#a599e9"
77 },
78 "code[class*='language-']::selection": {
79 "color": "inherit",
80 "background": "#a599e9"
81 },
82 "code[class*='language-'] ::selection": {
83 "color": "inherit",
84 "background": "#a599e9"
85 },
86 ":not(pre) > code[class*='language-']": {
87 "background": "#1e1e3f",
88 "padding": "0.1em",
89 "borderRadius": "0.3em"
90 },
91 "": {
92 "fontWeight": "400"
93 },
94 "comment": {
95 "color": "#b362ff"
96 },
97 "prolog": {
98 "color": "#b362ff"
99 },
100 "cdata": {
101 "color": "#b362ff"
102 },
103 "delimiter": {
104 "color": "#ff9d00"
105 },
106 "keyword": {
107 "color": "#ff9d00"
108 },
109 "selector": {
110 "color": "#ff9d00"
111 },
112 "important": {
113 "color": "#ff9d00"
114 },
115 "atrule": {
116 "color": "#ff9d00"
117 },
118 "operator": {
119 "color": "rgb(255, 180, 84)",
120 "background": "none"
121 },
122 "attr-name": {
123 "color": "rgb(255, 180, 84)"
124 },
125 "punctuation": {
126 "color": "#ffffff"
127 },
128 "boolean": {
129 "color": "rgb(255, 98, 140)"
130 },
131 "tag": {
132 "color": "rgb(255, 157, 0)"
133 },
134 "tag.punctuation": {
135 "color": "rgb(255, 157, 0)"
136 },
137 "doctype": {
138 "color": "rgb(255, 157, 0)"
139 },
140 "builtin": {
141 "color": "rgb(255, 157, 0)"
142 },
143 "entity": {
144 "color": "#6897bb",
145 "background": "none"
146 },
147 "symbol": {
148 "color": "#6897bb"
149 },
150 "number": {
151 "color": "#ff628c"
152 },
153 "property": {
154 "color": "#ff628c"
155 },
156 "constant": {
157 "color": "#ff628c"
158 },
159 "variable": {
160 "color": "#ff628c"
161 },
162 "string": {
163 "color": "#a5ff90"
164 },
165 "char": {
166 "color": "#a5ff90"
167 },
168 "attr-value": {
169 "color": "#a5c261"
170 },
171 "attr-value.punctuation": {
172 "color": "#a5c261"
173 },
174 "attr-value.punctuation:first-child": {
175 "color": "#a9b7c6"
176 },
177 "url": {
178 "color": "#287bde",
179 "textDecoration": "underline",
180 "background": "none"
181 },
182 "function": {
183 "color": "rgb(250, 208, 0)"
184 },
185 "regex": {
186 "background": "#364135"
187 },
188 "bold": {
189 "fontWeight": "bold"
190 },
191 "italic": {
192 "fontStyle": "italic"
193 },
194 "inserted": {
195 "background": "#00ff00"
196 },
197 "deleted": {
198 "background": "#ff000d"
199 },
200 "code.language-css .token.property": {
201 "color": "#a9b7c6"
202 },
203 "code.language-css .token.property + .token.punctuation": {
204 "color": "#a9b7c6"
205 },
206 "code.language-css .token.id": {
207 "color": "#ffc66d"
208 },
209 "code.language-css .token.selector > .token.class": {
210 "color": "#ffc66d"
211 },
212 "code.language-css .token.selector > .token.attribute": {
213 "color": "#ffc66d"
214 },
215 "code.language-css .token.selector > .token.pseudo-class": {
216 "color": "#ffc66d"
217 },
218 "code.language-css .token.selector > .token.pseudo-element": {
219 "color": "#ffc66d"
220 },
221 "class-name": {
222 "color": "#fb94ff"
223 },
224 ".language-css .token.string": {
225 "background": "none"
226 },
227 ".style .token.string": {
228 "background": "none"
229 },
230 ".line-highlight.line-highlight": {
231 "marginTop": "36px",
232 "background": "linear-gradient(to right, rgba(179, 98, 255, 0.17), transparent)"
233 },
234 ".line-highlight.line-highlight:before": {
235 "content": "''"
236 },
237 ".line-highlight.line-highlight[data-end]:after": {
238 "content": "''"
239 }
240};
241exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.