source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/night-owl.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.4 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": "white",
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": "0.5em 0",
45 "overflow": "auto",
46 "background": "#011627"
47 },
48 "pre[class*=\"language-\"]::-moz-selection": {
49 "textShadow": "none",
50 "background": "rgba(29, 59, 83, 0.99)"
51 },
52 "pre[class*=\"language-\"] ::-moz-selection": {
53 "textShadow": "none",
54 "background": "rgba(29, 59, 83, 0.99)"
55 },
56 "code[class*=\"language-\"]::-moz-selection": {
57 "textShadow": "none",
58 "background": "rgba(29, 59, 83, 0.99)"
59 },
60 "code[class*=\"language-\"] ::-moz-selection": {
61 "textShadow": "none",
62 "background": "rgba(29, 59, 83, 0.99)"
63 },
64 "pre[class*=\"language-\"]::selection": {
65 "textShadow": "none",
66 "background": "rgba(29, 59, 83, 0.99)"
67 },
68 "pre[class*=\"language-\"] ::selection": {
69 "textShadow": "none",
70 "background": "rgba(29, 59, 83, 0.99)"
71 },
72 "code[class*=\"language-\"]::selection": {
73 "textShadow": "none",
74 "background": "rgba(29, 59, 83, 0.99)"
75 },
76 "code[class*=\"language-\"] ::selection": {
77 "textShadow": "none",
78 "background": "rgba(29, 59, 83, 0.99)"
79 },
80 ":not(pre) > code[class*=\"language-\"]": {
81 "color": "white",
82 "background": "#011627",
83 "padding": "0.1em",
84 "borderRadius": "0.3em",
85 "whiteSpace": "normal"
86 },
87 "comment": {
88 "color": "rgb(99, 119, 119)",
89 "fontStyle": "italic"
90 },
91 "prolog": {
92 "color": "rgb(99, 119, 119)",
93 "fontStyle": "italic"
94 },
95 "cdata": {
96 "color": "rgb(99, 119, 119)",
97 "fontStyle": "italic"
98 },
99 "punctuation": {
100 "color": "rgb(199, 146, 234)"
101 },
102 ".namespace": {
103 "color": "rgb(178, 204, 214)"
104 },
105 "deleted": {
106 "color": "rgba(239, 83, 80, 0.56)",
107 "fontStyle": "italic"
108 },
109 "symbol": {
110 "color": "rgb(128, 203, 196)"
111 },
112 "property": {
113 "color": "rgb(128, 203, 196)"
114 },
115 "tag": {
116 "color": "rgb(127, 219, 202)"
117 },
118 "operator": {
119 "color": "rgb(127, 219, 202)"
120 },
121 "keyword": {
122 "color": "rgb(127, 219, 202)"
123 },
124 "boolean": {
125 "color": "rgb(255, 88, 116)"
126 },
127 "number": {
128 "color": "rgb(247, 140, 108)"
129 },
130 "constant": {
131 "color": "rgb(130, 170, 255)"
132 },
133 "function": {
134 "color": "rgb(130, 170, 255)"
135 },
136 "builtin": {
137 "color": "rgb(130, 170, 255)"
138 },
139 "char": {
140 "color": "rgb(130, 170, 255)"
141 },
142 "selector": {
143 "color": "rgb(199, 146, 234)",
144 "fontStyle": "italic"
145 },
146 "doctype": {
147 "color": "rgb(199, 146, 234)",
148 "fontStyle": "italic"
149 },
150 "attr-name": {
151 "color": "rgb(173, 219, 103)",
152 "fontStyle": "italic"
153 },
154 "inserted": {
155 "color": "rgb(173, 219, 103)",
156 "fontStyle": "italic"
157 },
158 "string": {
159 "color": "rgb(173, 219, 103)"
160 },
161 "url": {
162 "color": "rgb(173, 219, 103)"
163 },
164 "entity": {
165 "color": "rgb(173, 219, 103)"
166 },
167 ".language-css .token.string": {
168 "color": "rgb(173, 219, 103)"
169 },
170 ".style .token.string": {
171 "color": "rgb(173, 219, 103)"
172 },
173 "class-name": {
174 "color": "rgb(255, 203, 139)"
175 },
176 "atrule": {
177 "color": "rgb(255, 203, 139)"
178 },
179 "attr-value": {
180 "color": "rgb(255, 203, 139)"
181 },
182 "regex": {
183 "color": "rgb(214, 222, 235)"
184 },
185 "important": {
186 "color": "rgb(214, 222, 235)",
187 "fontWeight": "bold"
188 },
189 "variable": {
190 "color": "rgb(214, 222, 235)"
191 },
192 "bold": {
193 "fontWeight": "bold"
194 },
195 "italic": {
196 "fontStyle": "italic"
197 }
198};
199exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.