source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/base16-ateliersulphurpool.light.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.5 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": "#f5f7ff",
25 "color": "#5e6687"
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": "#f5f7ff",
44 "color": "#5e6687",
45 "padding": "1em",
46 "margin": ".5em 0",
47 "overflow": "auto"
48 },
49 "pre > code[class*=\"language-\"]": {
50 "fontSize": "1em"
51 },
52 "pre[class*=\"language-\"]::-moz-selection": {
53 "textShadow": "none",
54 "background": "#dfe2f1"
55 },
56 "pre[class*=\"language-\"] ::-moz-selection": {
57 "textShadow": "none",
58 "background": "#dfe2f1"
59 },
60 "code[class*=\"language-\"]::-moz-selection": {
61 "textShadow": "none",
62 "background": "#dfe2f1"
63 },
64 "code[class*=\"language-\"] ::-moz-selection": {
65 "textShadow": "none",
66 "background": "#dfe2f1"
67 },
68 "pre[class*=\"language-\"]::selection": {
69 "textShadow": "none",
70 "background": "#dfe2f1"
71 },
72 "pre[class*=\"language-\"] ::selection": {
73 "textShadow": "none",
74 "background": "#dfe2f1"
75 },
76 "code[class*=\"language-\"]::selection": {
77 "textShadow": "none",
78 "background": "#dfe2f1"
79 },
80 "code[class*=\"language-\"] ::selection": {
81 "textShadow": "none",
82 "background": "#dfe2f1"
83 },
84 ":not(pre) > code[class*=\"language-\"]": {
85 "padding": ".1em",
86 "borderRadius": ".3em"
87 },
88 "comment": {
89 "color": "#898ea4"
90 },
91 "prolog": {
92 "color": "#898ea4"
93 },
94 "doctype": {
95 "color": "#898ea4"
96 },
97 "cdata": {
98 "color": "#898ea4"
99 },
100 "punctuation": {
101 "color": "#5e6687"
102 },
103 "namespace": {
104 "Opacity": ".7"
105 },
106 "operator": {
107 "color": "#c76b29"
108 },
109 "boolean": {
110 "color": "#c76b29"
111 },
112 "number": {
113 "color": "#c76b29"
114 },
115 "property": {
116 "color": "#c08b30"
117 },
118 "tag": {
119 "color": "#3d8fd1"
120 },
121 "string": {
122 "color": "#22a2c9"
123 },
124 "selector": {
125 "color": "#6679cc"
126 },
127 "attr-name": {
128 "color": "#c76b29"
129 },
130 "entity": {
131 "color": "#22a2c9",
132 "cursor": "help"
133 },
134 "url": {
135 "color": "#22a2c9"
136 },
137 ".language-css .token.string": {
138 "color": "#22a2c9"
139 },
140 ".style .token.string": {
141 "color": "#22a2c9"
142 },
143 "attr-value": {
144 "color": "#ac9739"
145 },
146 "keyword": {
147 "color": "#ac9739"
148 },
149 "control": {
150 "color": "#ac9739"
151 },
152 "directive": {
153 "color": "#ac9739"
154 },
155 "unit": {
156 "color": "#ac9739"
157 },
158 "statement": {
159 "color": "#22a2c9"
160 },
161 "regex": {
162 "color": "#22a2c9"
163 },
164 "atrule": {
165 "color": "#22a2c9"
166 },
167 "placeholder": {
168 "color": "#3d8fd1"
169 },
170 "variable": {
171 "color": "#3d8fd1"
172 },
173 "deleted": {
174 "textDecoration": "line-through"
175 },
176 "inserted": {
177 "borderBottom": "1px dotted #202746",
178 "textDecoration": "none"
179 },
180 "italic": {
181 "fontStyle": "italic"
182 },
183 "important": {
184 "fontWeight": "bold",
185 "color": "#c94922"
186 },
187 "bold": {
188 "fontWeight": "bold"
189 },
190 "pre > code.highlight": {
191 "Outline": "0.4em solid #c94922",
192 "OutlineOffset": ".4em"
193 },
194 ".line-numbers.line-numbers .line-numbers-rows": {
195 "borderRightColor": "#dfe2f1"
196 },
197 ".line-numbers .line-numbers-rows > span:before": {
198 "color": "#979db4"
199 },
200 ".line-highlight.line-highlight": {
201 "background": "linear-gradient(to right, rgba(107, 115, 148, 0.2) 70%, rgba(107, 115, 148, 0))"
202 }
203};
204exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.