source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/a11y-dark.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: 2.7 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 "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
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": "#f8f8f2",
28 "background": "#2b2b2b",
29 "fontFamily": "Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace",
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": ".3em"
47 },
48 ":not(pre)>code[class*=language-]": {
49 "background": "#2b2b2b",
50 "padding": ".1em",
51 "borderRadius": ".3em",
52 "whiteSpace": "normal"
53 },
54 "cdata": {
55 "color": "#d4d0ab"
56 },
57 "comment": {
58 "color": "#d4d0ab"
59 },
60 "doctype": {
61 "color": "#d4d0ab"
62 },
63 "prolog": {
64 "color": "#d4d0ab"
65 },
66 "punctuation": {
67 "color": "#fefefe"
68 },
69 "constant": {
70 "color": "#ffa07a"
71 },
72 "deleted": {
73 "color": "#ffa07a"
74 },
75 "property": {
76 "color": "#ffa07a"
77 },
78 "symbol": {
79 "color": "#ffa07a"
80 },
81 "tag": {
82 "color": "#ffa07a"
83 },
84 "boolean": {
85 "color": "#00e0e0"
86 },
87 "number": {
88 "color": "#00e0e0"
89 },
90 "attr-name": {
91 "color": "#abe338"
92 },
93 "builtin": {
94 "color": "#abe338"
95 },
96 "char": {
97 "color": "#abe338"
98 },
99 "inserted": {
100 "color": "#abe338"
101 },
102 "selector": {
103 "color": "#abe338"
104 },
105 "string": {
106 "color": "#abe338"
107 },
108 ".language-css .token.string": {
109 "color": "#00e0e0"
110 },
111 ".style .token.string": {
112 "color": "#00e0e0"
113 },
114 "entity": {
115 "color": "#00e0e0",
116 "cursor": "help"
117 },
118 "operator": {
119 "color": "#00e0e0"
120 },
121 "url": {
122 "color": "#00e0e0"
123 },
124 "variable": {
125 "color": "#00e0e0"
126 },
127 "atrule": {
128 "color": "gold"
129 },
130 "attr-value": {
131 "color": "gold"
132 },
133 "function": {
134 "color": "gold"
135 },
136 "keyword": {
137 "color": "#00e0e0"
138 },
139 "important": {
140 "color": "gold",
141 "fontWeight": "700"
142 },
143 "regex": {
144 "color": "gold"
145 },
146 "bold": {
147 "fontWeight": "700"
148 },
149 "italic": {
150 "fontStyle": "italic"
151 }
152};
153exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.