source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-light.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: 3.9 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 "textAlign": "left",
10 "whiteSpace": "pre",
11 "wordSpacing": "normal",
12 "wordBreak": "normal",
13 "wordWrap": "normal",
14 "color": "#90a4ae",
15 "background": "#fafafa",
16 "fontFamily": "Roboto Mono, monospace",
17 "fontSize": "1em",
18 "lineHeight": "1.5em",
19 "MozTabSize": "4",
20 "OTabSize": "4",
21 "tabSize": "4",
22 "WebkitHyphens": "none",
23 "MozHyphens": "none",
24 "msHyphens": "none",
25 "hyphens": "none"
26 },
27 "pre[class*=\"language-\"]": {
28 "textAlign": "left",
29 "whiteSpace": "pre",
30 "wordSpacing": "normal",
31 "wordBreak": "normal",
32 "wordWrap": "normal",
33 "color": "#90a4ae",
34 "background": "#fafafa",
35 "fontFamily": "Roboto Mono, monospace",
36 "fontSize": "1em",
37 "lineHeight": "1.5em",
38 "MozTabSize": "4",
39 "OTabSize": "4",
40 "tabSize": "4",
41 "WebkitHyphens": "none",
42 "MozHyphens": "none",
43 "msHyphens": "none",
44 "hyphens": "none",
45 "overflow": "auto",
46 "position": "relative",
47 "margin": "0.5em 0",
48 "padding": "1.25em 1em"
49 },
50 "code[class*=\"language-\"]::-moz-selection": {
51 "background": "#cceae7",
52 "color": "#263238"
53 },
54 "pre[class*=\"language-\"]::-moz-selection": {
55 "background": "#cceae7",
56 "color": "#263238"
57 },
58 "code[class*=\"language-\"] ::-moz-selection": {
59 "background": "#cceae7",
60 "color": "#263238"
61 },
62 "pre[class*=\"language-\"] ::-moz-selection": {
63 "background": "#cceae7",
64 "color": "#263238"
65 },
66 "code[class*=\"language-\"]::selection": {
67 "background": "#cceae7",
68 "color": "#263238"
69 },
70 "pre[class*=\"language-\"]::selection": {
71 "background": "#cceae7",
72 "color": "#263238"
73 },
74 "code[class*=\"language-\"] ::selection": {
75 "background": "#cceae7",
76 "color": "#263238"
77 },
78 "pre[class*=\"language-\"] ::selection": {
79 "background": "#cceae7",
80 "color": "#263238"
81 },
82 ":not(pre) > code[class*=\"language-\"]": {
83 "whiteSpace": "normal",
84 "borderRadius": "0.2em",
85 "padding": "0.1em"
86 },
87 ".language-css > code": {
88 "color": "#f76d47"
89 },
90 ".language-sass > code": {
91 "color": "#f76d47"
92 },
93 ".language-scss > code": {
94 "color": "#f76d47"
95 },
96 "[class*=\"language-\"] .namespace": {
97 "Opacity": "0.7"
98 },
99 "atrule": {
100 "color": "#7c4dff"
101 },
102 "attr-name": {
103 "color": "#39adb5"
104 },
105 "attr-value": {
106 "color": "#f6a434"
107 },
108 "attribute": {
109 "color": "#f6a434"
110 },
111 "boolean": {
112 "color": "#7c4dff"
113 },
114 "builtin": {
115 "color": "#39adb5"
116 },
117 "cdata": {
118 "color": "#39adb5"
119 },
120 "char": {
121 "color": "#39adb5"
122 },
123 "class": {
124 "color": "#39adb5"
125 },
126 "class-name": {
127 "color": "#6182b8"
128 },
129 "comment": {
130 "color": "#aabfc9"
131 },
132 "constant": {
133 "color": "#7c4dff"
134 },
135 "deleted": {
136 "color": "#e53935"
137 },
138 "doctype": {
139 "color": "#aabfc9"
140 },
141 "entity": {
142 "color": "#e53935"
143 },
144 "function": {
145 "color": "#7c4dff"
146 },
147 "hexcode": {
148 "color": "#f76d47"
149 },
150 "id": {
151 "color": "#7c4dff",
152 "fontWeight": "bold"
153 },
154 "important": {
155 "color": "#7c4dff",
156 "fontWeight": "bold"
157 },
158 "inserted": {
159 "color": "#39adb5"
160 },
161 "keyword": {
162 "color": "#7c4dff"
163 },
164 "number": {
165 "color": "#f76d47"
166 },
167 "operator": {
168 "color": "#39adb5"
169 },
170 "prolog": {
171 "color": "#aabfc9"
172 },
173 "property": {
174 "color": "#39adb5"
175 },
176 "pseudo-class": {
177 "color": "#f6a434"
178 },
179 "pseudo-element": {
180 "color": "#f6a434"
181 },
182 "punctuation": {
183 "color": "#39adb5"
184 },
185 "regex": {
186 "color": "#6182b8"
187 },
188 "selector": {
189 "color": "#e53935"
190 },
191 "string": {
192 "color": "#f6a434"
193 },
194 "symbol": {
195 "color": "#7c4dff"
196 },
197 "tag": {
198 "color": "#e53935"
199 },
200 "unit": {
201 "color": "#f76d47"
202 },
203 "url": {
204 "color": "#e53935"
205 },
206 "variable": {
207 "color": "#e53935"
208 }
209};
210exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.