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