source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/okaidia.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: 3.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": "#f8f8f2",
10 "background": "0 0",
11 "textShadow": "0 1px rgba(0,0,0,.3)",
12 "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
13 "fontSize": "1em",
14 "textAlign": "left",
15 "whiteSpace": "pre",
16 "wordSpacing": "normal",
17 "wordBreak": "normal",
18 "wordWrap": "normal",
19 "lineHeight": "1.5",
20 "MozTabSize": "4",
21 "OTabSize": "4",
22 "tabSize": "4",
23 "WebkitHyphens": "none",
24 "MozHyphens": "none",
25 "msHyphens": "none",
26 "hyphens": "none"
27 },
28 "pre[class*=language-]": {
29 "color": "#f8f8f2",
30 "background": "#272822",
31 "textShadow": "0 1px rgba(0,0,0,.3)",
32 "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
33 "fontSize": "1em",
34 "textAlign": "left",
35 "whiteSpace": "pre",
36 "wordSpacing": "normal",
37 "wordBreak": "normal",
38 "wordWrap": "normal",
39 "lineHeight": "1.5",
40 "MozTabSize": "4",
41 "OTabSize": "4",
42 "tabSize": "4",
43 "WebkitHyphens": "none",
44 "MozHyphens": "none",
45 "msHyphens": "none",
46 "hyphens": "none",
47 "padding": "1em",
48 "margin": ".5em 0",
49 "overflow": "auto",
50 "borderRadius": ".3em"
51 },
52 ":not(pre)>code[class*=language-]": {
53 "background": "#272822",
54 "padding": ".1em",
55 "borderRadius": ".3em",
56 "whiteSpace": "normal"
57 },
58 "cdata": {
59 "color": "#8292a2"
60 },
61 "comment": {
62 "color": "#8292a2"
63 },
64 "doctype": {
65 "color": "#8292a2"
66 },
67 "prolog": {
68 "color": "#8292a2"
69 },
70 "punctuation": {
71 "color": "#f8f8f2"
72 },
73 "namespace": {
74 "Opacity": ".7"
75 },
76 "constant": {
77 "color": "#f92672"
78 },
79 "deleted": {
80 "color": "#f92672"
81 },
82 "property": {
83 "color": "#f92672"
84 },
85 "symbol": {
86 "color": "#f92672"
87 },
88 "tag": {
89 "color": "#f92672"
90 },
91 "boolean": {
92 "color": "#ae81ff"
93 },
94 "number": {
95 "color": "#ae81ff"
96 },
97 "attr-name": {
98 "color": "#a6e22e"
99 },
100 "builtin": {
101 "color": "#a6e22e"
102 },
103 "char": {
104 "color": "#a6e22e"
105 },
106 "inserted": {
107 "color": "#a6e22e"
108 },
109 "selector": {
110 "color": "#a6e22e"
111 },
112 "string": {
113 "color": "#a6e22e"
114 },
115 ".language-css .token.string": {
116 "color": "#f8f8f2"
117 },
118 ".style .token.string": {
119 "color": "#f8f8f2"
120 },
121 "entity": {
122 "color": "#f8f8f2",
123 "cursor": "help"
124 },
125 "operator": {
126 "color": "#f8f8f2"
127 },
128 "url": {
129 "color": "#f8f8f2"
130 },
131 "variable": {
132 "color": "#f8f8f2"
133 },
134 "atrule": {
135 "color": "#e6db74"
136 },
137 "attr-value": {
138 "color": "#e6db74"
139 },
140 "class-name": {
141 "color": "#e6db74"
142 },
143 "function": {
144 "color": "#e6db74"
145 },
146 "keyword": {
147 "color": "#66d9ef"
148 },
149 "important": {
150 "color": "#fd971f",
151 "fontWeight": "700"
152 },
153 "regex": {
154 "color": "#fd971f"
155 },
156 "bold": {
157 "fontWeight": "700"
158 },
159 "italic": {
160 "fontStyle": "italic"
161 }
162};
163exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.