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