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