source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarizedlight.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.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": "#657b83",
10 "fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
11 "fontSize": "1em",
12 "textAlign": "left",
13 "whiteSpace": "pre",
14 "wordSpacing": "normal",
15 "wordBreak": "normal",
16 "wordWrap": "normal",
17 "lineHeight": "1.5",
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": "#657b83",
28 "fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
29 "fontSize": "1em",
30 "textAlign": "left",
31 "whiteSpace": "pre",
32 "wordSpacing": "normal",
33 "wordBreak": "normal",
34 "wordWrap": "normal",
35 "lineHeight": "1.5",
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 "borderRadius": "0.3em",
47 "backgroundColor": "#fdf6e3"
48 },
49 "pre[class*=\"language-\"]::-moz-selection": {
50 "background": "#073642"
51 },
52 "pre[class*=\"language-\"] ::-moz-selection": {
53 "background": "#073642"
54 },
55 "code[class*=\"language-\"]::-moz-selection": {
56 "background": "#073642"
57 },
58 "code[class*=\"language-\"] ::-moz-selection": {
59 "background": "#073642"
60 },
61 "pre[class*=\"language-\"]::selection": {
62 "background": "#073642"
63 },
64 "pre[class*=\"language-\"] ::selection": {
65 "background": "#073642"
66 },
67 "code[class*=\"language-\"]::selection": {
68 "background": "#073642"
69 },
70 "code[class*=\"language-\"] ::selection": {
71 "background": "#073642"
72 },
73 ":not(pre) > code[class*=\"language-\"]": {
74 "backgroundColor": "#fdf6e3",
75 "padding": ".1em",
76 "borderRadius": ".3em"
77 },
78 "comment": {
79 "color": "#93a1a1"
80 },
81 "prolog": {
82 "color": "#93a1a1"
83 },
84 "doctype": {
85 "color": "#93a1a1"
86 },
87 "cdata": {
88 "color": "#93a1a1"
89 },
90 "punctuation": {
91 "color": "#586e75"
92 },
93 "namespace": {
94 "Opacity": ".7"
95 },
96 "property": {
97 "color": "#268bd2"
98 },
99 "tag": {
100 "color": "#268bd2"
101 },
102 "boolean": {
103 "color": "#268bd2"
104 },
105 "number": {
106 "color": "#268bd2"
107 },
108 "constant": {
109 "color": "#268bd2"
110 },
111 "symbol": {
112 "color": "#268bd2"
113 },
114 "deleted": {
115 "color": "#268bd2"
116 },
117 "selector": {
118 "color": "#2aa198"
119 },
120 "attr-name": {
121 "color": "#2aa198"
122 },
123 "string": {
124 "color": "#2aa198"
125 },
126 "char": {
127 "color": "#2aa198"
128 },
129 "builtin": {
130 "color": "#2aa198"
131 },
132 "url": {
133 "color": "#2aa198"
134 },
135 "inserted": {
136 "color": "#2aa198"
137 },
138 "entity": {
139 "color": "#657b83",
140 "background": "#eee8d5",
141 "cursor": "help"
142 },
143 "atrule": {
144 "color": "#859900"
145 },
146 "attr-value": {
147 "color": "#859900"
148 },
149 "keyword": {
150 "color": "#859900"
151 },
152 "function": {
153 "color": "#b58900"
154 },
155 "class-name": {
156 "color": "#b58900"
157 },
158 "regex": {
159 "color": "#cb4b16"
160 },
161 "important": {
162 "color": "#cb4b16",
163 "fontWeight": "bold"
164 },
165 "variable": {
166 "color": "#cb4b16"
167 },
168 "bold": {
169 "fontWeight": "bold"
170 },
171 "italic": {
172 "fontStyle": "italic"
173 }
174};
175exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.