source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarized-dark-atom.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.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": "#839496",
10 "textShadow": "0 1px rgba(0, 0, 0, 0.3)",
11 "fontFamily": "Inconsolata, Monaco, Consolas, 'Courier New', Courier, monospace",
12 "direction": "ltr",
13 "textAlign": "left",
14 "whiteSpace": "pre",
15 "wordSpacing": "normal",
16 "wordBreak": "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": "#839496",
28 "textShadow": "0 1px rgba(0, 0, 0, 0.3)",
29 "fontFamily": "Inconsolata, Monaco, Consolas, 'Courier New', Courier, monospace",
30 "direction": "ltr",
31 "textAlign": "left",
32 "whiteSpace": "pre",
33 "wordSpacing": "normal",
34 "wordBreak": "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 "background": "#002b36"
48 },
49 ":not(pre) > code[class*=\"language-\"]": {
50 "background": "#002b36",
51 "padding": ".1em",
52 "borderRadius": ".3em"
53 },
54 "comment": {
55 "color": "#586e75"
56 },
57 "prolog": {
58 "color": "#586e75"
59 },
60 "doctype": {
61 "color": "#586e75"
62 },
63 "cdata": {
64 "color": "#586e75"
65 },
66 "punctuation": {
67 "color": "#93a1a1"
68 },
69 ".namespace": {
70 "Opacity": ".7"
71 },
72 "property": {
73 "color": "#268bd2"
74 },
75 "keyword": {
76 "color": "#268bd2"
77 },
78 "tag": {
79 "color": "#268bd2"
80 },
81 "class-name": {
82 "color": "#FFFFB6",
83 "textDecoration": "underline"
84 },
85 "boolean": {
86 "color": "#b58900"
87 },
88 "constant": {
89 "color": "#b58900"
90 },
91 "symbol": {
92 "color": "#dc322f"
93 },
94 "deleted": {
95 "color": "#dc322f"
96 },
97 "number": {
98 "color": "#859900"
99 },
100 "selector": {
101 "color": "#859900"
102 },
103 "attr-name": {
104 "color": "#859900"
105 },
106 "string": {
107 "color": "#859900"
108 },
109 "char": {
110 "color": "#859900"
111 },
112 "builtin": {
113 "color": "#859900"
114 },
115 "inserted": {
116 "color": "#859900"
117 },
118 "variable": {
119 "color": "#268bd2"
120 },
121 "operator": {
122 "color": "#EDEDED"
123 },
124 "function": {
125 "color": "#268bd2"
126 },
127 "regex": {
128 "color": "#E9C062"
129 },
130 "important": {
131 "color": "#fd971f",
132 "fontWeight": "bold"
133 },
134 "entity": {
135 "color": "#FFFFB6",
136 "cursor": "help"
137 },
138 "url": {
139 "color": "#96CBFE"
140 },
141 ".language-css .token.string": {
142 "color": "#87C38A"
143 },
144 ".style .token.string": {
145 "color": "#87C38A"
146 },
147 "bold": {
148 "fontWeight": "bold"
149 },
150 "italic": {
151 "fontStyle": "italic"
152 },
153 "atrule": {
154 "color": "#F9EE98"
155 },
156 "attr-value": {
157 "color": "#F9EE98"
158 }
159};
160exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.