source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-earth.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.8 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 "fontFamily": "Consolas,Menlo,Monaco,\"Andale Mono WT\",\"Andale Mono\",\"Lucida Console\",\"Lucida Sans Typewriter\",\"DejaVu Sans Mono\",\"Bitstream Vera Sans Mono\",\"Liberation Mono\",\"Nimbus Mono L\",\"Courier New\",Courier,monospace",
10 "fontSize": "14px",
11 "lineHeight": "1.375",
12 "direction": "ltr",
13 "textAlign": "left",
14 "whiteSpace": "pre",
15 "wordSpacing": "normal",
16 "wordBreak": "normal",
17 "MozTabSize": "4",
18 "OTabSize": "4",
19 "tabSize": "4",
20 "WebkitHyphens": "none",
21 "MozHyphens": "none",
22 "msHyphens": "none",
23 "hyphens": "none",
24 "background": "#322d29",
25 "color": "#88786d"
26 },
27 "pre[class*=language-]": {
28 "fontFamily": "Consolas,Menlo,Monaco,\"Andale Mono WT\",\"Andale Mono\",\"Lucida Console\",\"Lucida Sans Typewriter\",\"DejaVu Sans Mono\",\"Bitstream Vera Sans Mono\",\"Liberation Mono\",\"Nimbus Mono L\",\"Courier New\",Courier,monospace",
29 "fontSize": "14px",
30 "lineHeight": "1.375",
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 "background": "#322d29",
44 "color": "#88786d",
45 "padding": "1em",
46 "margin": ".5em 0",
47 "overflow": "auto"
48 },
49 "pre>code[class*=language-]": {
50 "fontSize": "1em"
51 },
52 "code[class*=language-] ::-moz-selection": {
53 "textShadow": "none",
54 "background": "#6f5849"
55 },
56 "code[class*=language-]::-moz-selection": {
57 "textShadow": "none",
58 "background": "#6f5849"
59 },
60 "pre[class*=language-] ::-moz-selection": {
61 "textShadow": "none",
62 "background": "#6f5849"
63 },
64 "pre[class*=language-]::-moz-selection": {
65 "textShadow": "none",
66 "background": "#6f5849"
67 },
68 "code[class*=language-] ::selection": {
69 "textShadow": "none",
70 "background": "#6f5849"
71 },
72 "code[class*=language-]::selection": {
73 "textShadow": "none",
74 "background": "#6f5849"
75 },
76 "pre[class*=language-] ::selection": {
77 "textShadow": "none",
78 "background": "#6f5849"
79 },
80 "pre[class*=language-]::selection": {
81 "textShadow": "none",
82 "background": "#6f5849"
83 },
84 ":not(pre)>code[class*=language-]": {
85 "padding": ".1em",
86 "borderRadius": ".3em"
87 },
88 "cdata": {
89 "color": "#6a5f58"
90 },
91 "comment": {
92 "color": "#6a5f58"
93 },
94 "doctype": {
95 "color": "#6a5f58"
96 },
97 "prolog": {
98 "color": "#6a5f58"
99 },
100 "punctuation": {
101 "color": "#6a5f58"
102 },
103 "namespace": {
104 "Opacity": ".7"
105 },
106 "number": {
107 "color": "#bfa05a"
108 },
109 "operator": {
110 "color": "#bfa05a"
111 },
112 "tag": {
113 "color": "#bfa05a"
114 },
115 "function": {
116 "color": "#88786d"
117 },
118 "property": {
119 "color": "#88786d"
120 },
121 "atrule-id": {
122 "color": "#fff3eb"
123 },
124 "selector": {
125 "color": "#fff3eb"
126 },
127 "tag-id": {
128 "color": "#fff3eb"
129 },
130 "attr-name": {
131 "color": "#a48774"
132 },
133 "code.language-javascript": {
134 "color": "#a48774"
135 },
136 ".language-css .token.string": {
137 "color": "#fcc440"
138 },
139 ".language-scss .token.string": {
140 "color": "#fcc440"
141 },
142 ".style .token.string": {
143 "color": "#fcc440"
144 },
145 "atrule": {
146 "color": "#fcc440"
147 },
148 "attr-value": {
149 "color": "#fcc440"
150 },
151 "boolean": {
152 "color": "#fcc440"
153 },
154 "control": {
155 "color": "#fcc440"
156 },
157 "directive": {
158 "color": "#fcc440"
159 },
160 "entity": {
161 "color": "#fcc440",
162 "cursor": "help"
163 },
164 "keyword": {
165 "color": "#fcc440"
166 },
167 "regex": {
168 "color": "#fcc440"
169 },
170 "statement": {
171 "color": "#fcc440"
172 },
173 "string": {
174 "color": "#fcc440"
175 },
176 "unit": {
177 "color": "#fcc440"
178 },
179 "url": {
180 "color": "#fcc440"
181 },
182 "code.language-css": {
183 "color": "#fcc440"
184 },
185 "code.language-scss": {
186 "color": "#fcc440"
187 },
188 "placeholder": {
189 "color": "#fcc440"
190 },
191 "variable": {
192 "color": "#fcc440"
193 },
194 "deleted": {
195 "textDecoration": "line-through"
196 },
197 "inserted": {
198 "borderBottom": "1px dotted #fff3eb",
199 "textDecoration": "none"
200 },
201 "italic": {
202 "fontStyle": "italic"
203 },
204 "bold": {
205 "fontWeight": "700"
206 },
207 "important": {
208 "fontWeight": "700",
209 "color": "#a48774"
210 },
211 "pre>code.highlight": {
212 "Outline": ".4em solid #816d5f",
213 "OutlineOffset": ".4em"
214 },
215 ".line-numbers.line-numbers .line-numbers-rows": {
216 "borderRightColor": "#35302b"
217 },
218 ".line-numbers .line-numbers-rows>span:before": {
219 "color": "#46403d"
220 },
221 ".line-highlight.line-highlight": {
222 "background": "linear-gradient(to right,rgba(191,160,90,.2) 70%,rgba(191,160,90,0))"
223 }
224};
225exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.