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