source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-light.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: 3.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 "color": "#3c3836",
10 "fontFamily": "Consolas,Monaco,\"Andale Mono\",monospace",
11 "direction": "ltr",
12 "textAlign": "left",
13 "whiteSpace": "pre",
14 "wordSpacing": "normal",
15 "wordBreak": "normal",
16 "lineHeight": "1.5",
17 "MozTabSize": "4",
18 "OTabSize": "4",
19 "tabSize": "4",
20 "WebkitHyphens": "none",
21 "MozHyphens": "none",
22 "msHyphens": "none",
23 "hyphens": "none"
24 },
25 "pre[class*=language-]": {
26 "color": "#3c3836",
27 "fontFamily": "Consolas,Monaco,\"Andale Mono\",monospace",
28 "direction": "ltr",
29 "textAlign": "left",
30 "whiteSpace": "pre",
31 "wordSpacing": "normal",
32 "wordBreak": "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 "padding": "1em",
42 "margin": ".5em 0",
43 "overflow": "auto",
44 "background": "#f9f5d7"
45 },
46 "code[class*=language-] ::-moz-selection": {
47 "color": "#282828",
48 "background": "#a89984"
49 },
50 "code[class*=language-]::-moz-selection": {
51 "color": "#282828",
52 "background": "#a89984"
53 },
54 "pre[class*=language-] ::-moz-selection": {
55 "color": "#282828",
56 "background": "#a89984"
57 },
58 "pre[class*=language-]::-moz-selection": {
59 "color": "#282828",
60 "background": "#a89984"
61 },
62 "code[class*=language-] ::selection": {
63 "color": "#282828",
64 "background": "#a89984"
65 },
66 "code[class*=language-]::selection": {
67 "color": "#282828",
68 "background": "#a89984"
69 },
70 "pre[class*=language-] ::selection": {
71 "color": "#282828",
72 "background": "#a89984"
73 },
74 "pre[class*=language-]::selection": {
75 "color": "#282828",
76 "background": "#a89984"
77 },
78 ":not(pre)>code[class*=language-]": {
79 "background": "#f9f5d7",
80 "padding": ".1em",
81 "borderRadius": ".3em"
82 },
83 "cdata": {
84 "color": "#7c6f64"
85 },
86 "comment": {
87 "color": "#7c6f64"
88 },
89 "prolog": {
90 "color": "#7c6f64"
91 },
92 "atrule": {
93 "color": "#9d0006"
94 },
95 "boolean": {
96 "color": "#9d0006"
97 },
98 "delimiter": {
99 "color": "#9d0006"
100 },
101 "important": {
102 "color": "#9d0006"
103 },
104 "keyword": {
105 "color": "#9d0006"
106 },
107 "selector": {
108 "color": "#9d0006"
109 },
110 "attr-name": {
111 "color": "#7c6f64"
112 },
113 "operator": {
114 "color": "#7c6f64"
115 },
116 "punctuation": {
117 "color": "#7c6f64"
118 },
119 "builtin": {
120 "color": "#b57614"
121 },
122 "doctype": {
123 "color": "#b57614"
124 },
125 "tag": {
126 "color": "#b57614"
127 },
128 "tag.punctuation": {
129 "color": "#b57614"
130 },
131 "entity": {
132 "color": "#8f3f71"
133 },
134 "number": {
135 "color": "#8f3f71"
136 },
137 "symbol": {
138 "color": "#8f3f71"
139 },
140 "constant": {
141 "color": "#9d0006"
142 },
143 "property": {
144 "color": "#9d0006"
145 },
146 "variable": {
147 "color": "#9d0006"
148 },
149 "char": {
150 "color": "#797403"
151 },
152 "string": {
153 "color": "#797403"
154 },
155 "attr-value": {
156 "color": "#7c6f64"
157 },
158 "attr-value.punctuation": {
159 "color": "#7c6f64"
160 },
161 "url": {
162 "color": "#797403",
163 "textDecoration": "underline"
164 },
165 "function": {
166 "color": "#b57614"
167 },
168 "regex": {
169 "background": "#797403"
170 },
171 "bold": {
172 "fontWeight": "700"
173 },
174 "italic": {
175 "fontStyle": "italic"
176 },
177 "inserted": {
178 "background": "#7c6f64"
179 },
180 "deleted": {
181 "background": "#9d0006"
182 }
183};
184exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.