source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-oceanic.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.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 "textAlign": "left",
10 "whiteSpace": "pre",
11 "wordSpacing": "normal",
12 "wordBreak": "normal",
13 "wordWrap": "normal",
14 "color": "#c3cee3",
15 "background": "#263238",
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": "#c3cee3",
34 "background": "#263238",
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": ".5em 0",
48 "padding": "1.25em 1em"
49 },
50 "code[class*=language-] ::-moz-selection": {
51 "background": "#363636"
52 },
53 "code[class*=language-]::-moz-selection": {
54 "background": "#363636"
55 },
56 "pre[class*=language-] ::-moz-selection": {
57 "background": "#363636"
58 },
59 "pre[class*=language-]::-moz-selection": {
60 "background": "#363636"
61 },
62 "code[class*=language-] ::selection": {
63 "background": "#363636"
64 },
65 "code[class*=language-]::selection": {
66 "background": "#363636"
67 },
68 "pre[class*=language-] ::selection": {
69 "background": "#363636"
70 },
71 "pre[class*=language-]::selection": {
72 "background": "#363636"
73 },
74 ":not(pre)>code[class*=language-]": {
75 "whiteSpace": "normal",
76 "borderRadius": ".2em",
77 "padding": ".1em"
78 },
79 ".language-css>code": {
80 "color": "#fd9170"
81 },
82 ".language-sass>code": {
83 "color": "#fd9170"
84 },
85 ".language-scss>code": {
86 "color": "#fd9170"
87 },
88 "[class*=language-] .namespace": {
89 "Opacity": ".7"
90 },
91 "atrule": {
92 "color": "#c792ea"
93 },
94 "attr-name": {
95 "color": "#ffcb6b"
96 },
97 "attr-value": {
98 "color": "#c3e88d"
99 },
100 "attribute": {
101 "color": "#c3e88d"
102 },
103 "boolean": {
104 "color": "#c792ea"
105 },
106 "builtin": {
107 "color": "#ffcb6b"
108 },
109 "cdata": {
110 "color": "#80cbc4"
111 },
112 "char": {
113 "color": "#80cbc4"
114 },
115 "class": {
116 "color": "#ffcb6b"
117 },
118 "class-name": {
119 "color": "#f2ff00"
120 },
121 "color": {
122 "color": "#f2ff00"
123 },
124 "comment": {
125 "color": "#546e7a"
126 },
127 "constant": {
128 "color": "#c792ea"
129 },
130 "deleted": {
131 "color": "#f07178"
132 },
133 "doctype": {
134 "color": "#546e7a"
135 },
136 "entity": {
137 "color": "#f07178"
138 },
139 "function": {
140 "color": "#c792ea"
141 },
142 "hexcode": {
143 "color": "#f2ff00"
144 },
145 "id": {
146 "color": "#c792ea",
147 "fontWeight": "700"
148 },
149 "important": {
150 "color": "#c792ea",
151 "fontWeight": "700"
152 },
153 "inserted": {
154 "color": "#80cbc4"
155 },
156 "keyword": {
157 "color": "#c792ea",
158 "fontStyle": "italic"
159 },
160 "number": {
161 "color": "#fd9170"
162 },
163 "operator": {
164 "color": "#89ddff"
165 },
166 "prolog": {
167 "color": "#546e7a"
168 },
169 "property": {
170 "color": "#80cbc4"
171 },
172 "pseudo-class": {
173 "color": "#c3e88d"
174 },
175 "pseudo-element": {
176 "color": "#c3e88d"
177 },
178 "punctuation": {
179 "color": "#89ddff"
180 },
181 "regex": {
182 "color": "#f2ff00"
183 },
184 "selector": {
185 "color": "#f07178"
186 },
187 "string": {
188 "color": "#c3e88d"
189 },
190 "symbol": {
191 "color": "#c792ea"
192 },
193 "tag": {
194 "color": "#f07178"
195 },
196 "unit": {
197 "color": "#f07178"
198 },
199 "url": {
200 "color": "#fd9170"
201 },
202 "variable": {
203 "color": "#f07178"
204 }
205};
206exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.