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 |
|
---|
3 | Object.defineProperty(exports, "__esModule", {
|
---|
4 | value: true
|
---|
5 | });
|
---|
6 | exports["default"] = void 0;
|
---|
7 | var _default = {
|
---|
8 | "code[class*=\"language-\"]": {
|
---|
9 | "color": "#f8f8f2",
|
---|
10 | "background": "none",
|
---|
11 | "textShadow": "0 1px rgba(0, 0, 0, 0.3)",
|
---|
12 | "fontFamily": "Monaco, Consolas, 'Andale Mono', 'Ubuntu Mono', monospace",
|
---|
13 | "textAlign": "left",
|
---|
14 | "whiteSpace": "pre",
|
---|
15 | "wordSpacing": "normal",
|
---|
16 | "wordBreak": "normal",
|
---|
17 | "wordWrap": "normal",
|
---|
18 | "lineHeight": "1.5",
|
---|
19 | "MozTabSize": "4",
|
---|
20 | "OTabSize": "4",
|
---|
21 | "tabSize": "4",
|
---|
22 | "WebkitHyphens": "none",
|
---|
23 | "MozHyphens": "none",
|
---|
24 | "msHyphens": "none",
|
---|
25 | "hyphens": "none"
|
---|
26 | },
|
---|
27 | "pre[class*=\"language-\"]": {
|
---|
28 | "color": "#f8f8f2",
|
---|
29 | "background": "#263E52",
|
---|
30 | "textShadow": "0 1px rgba(0, 0, 0, 0.3)",
|
---|
31 | "fontFamily": "Monaco, Consolas, 'Andale Mono', 'Ubuntu Mono', monospace",
|
---|
32 | "textAlign": "left",
|
---|
33 | "whiteSpace": "pre",
|
---|
34 | "wordSpacing": "normal",
|
---|
35 | "wordBreak": "normal",
|
---|
36 | "wordWrap": "normal",
|
---|
37 | "lineHeight": "1.5",
|
---|
38 | "MozTabSize": "4",
|
---|
39 | "OTabSize": "4",
|
---|
40 | "tabSize": "4",
|
---|
41 | "WebkitHyphens": "none",
|
---|
42 | "MozHyphens": "none",
|
---|
43 | "msHyphens": "none",
|
---|
44 | "hyphens": "none",
|
---|
45 | "padding": "1em",
|
---|
46 | "margin": ".5em 0",
|
---|
47 | "overflow": "auto",
|
---|
48 | "borderRadius": "0.3em"
|
---|
49 | },
|
---|
50 | ":not(pre) > code[class*=\"language-\"]": {
|
---|
51 | "background": "#263E52",
|
---|
52 | "padding": ".1em",
|
---|
53 | "borderRadius": ".3em",
|
---|
54 | "whiteSpace": "normal"
|
---|
55 | },
|
---|
56 | "comment": {
|
---|
57 | "color": "#5c98cd"
|
---|
58 | },
|
---|
59 | "prolog": {
|
---|
60 | "color": "#5c98cd"
|
---|
61 | },
|
---|
62 | "doctype": {
|
---|
63 | "color": "#5c98cd"
|
---|
64 | },
|
---|
65 | "cdata": {
|
---|
66 | "color": "#5c98cd"
|
---|
67 | },
|
---|
68 | "punctuation": {
|
---|
69 | "color": "#f8f8f2"
|
---|
70 | },
|
---|
71 | ".namespace": {
|
---|
72 | "Opacity": ".7"
|
---|
73 | },
|
---|
74 | "property": {
|
---|
75 | "color": "#F05E5D"
|
---|
76 | },
|
---|
77 | "tag": {
|
---|
78 | "color": "#F05E5D"
|
---|
79 | },
|
---|
80 | "constant": {
|
---|
81 | "color": "#F05E5D"
|
---|
82 | },
|
---|
83 | "symbol": {
|
---|
84 | "color": "#F05E5D"
|
---|
85 | },
|
---|
86 | "deleted": {
|
---|
87 | "color": "#F05E5D"
|
---|
88 | },
|
---|
89 | "boolean": {
|
---|
90 | "color": "#BC94F9"
|
---|
91 | },
|
---|
92 | "number": {
|
---|
93 | "color": "#BC94F9"
|
---|
94 | },
|
---|
95 | "selector": {
|
---|
96 | "color": "#FCFCD6"
|
---|
97 | },
|
---|
98 | "attr-name": {
|
---|
99 | "color": "#FCFCD6"
|
---|
100 | },
|
---|
101 | "string": {
|
---|
102 | "color": "#FCFCD6"
|
---|
103 | },
|
---|
104 | "char": {
|
---|
105 | "color": "#FCFCD6"
|
---|
106 | },
|
---|
107 | "builtin": {
|
---|
108 | "color": "#FCFCD6"
|
---|
109 | },
|
---|
110 | "inserted": {
|
---|
111 | "color": "#FCFCD6"
|
---|
112 | },
|
---|
113 | "operator": {
|
---|
114 | "color": "#f8f8f2"
|
---|
115 | },
|
---|
116 | "entity": {
|
---|
117 | "color": "#f8f8f2",
|
---|
118 | "cursor": "help"
|
---|
119 | },
|
---|
120 | "url": {
|
---|
121 | "color": "#f8f8f2"
|
---|
122 | },
|
---|
123 | ".language-css .token.string": {
|
---|
124 | "color": "#f8f8f2"
|
---|
125 | },
|
---|
126 | ".style .token.string": {
|
---|
127 | "color": "#f8f8f2"
|
---|
128 | },
|
---|
129 | "variable": {
|
---|
130 | "color": "#f8f8f2"
|
---|
131 | },
|
---|
132 | "atrule": {
|
---|
133 | "color": "#66D8EF"
|
---|
134 | },
|
---|
135 | "attr-value": {
|
---|
136 | "color": "#66D8EF"
|
---|
137 | },
|
---|
138 | "function": {
|
---|
139 | "color": "#66D8EF"
|
---|
140 | },
|
---|
141 | "class-name": {
|
---|
142 | "color": "#66D8EF"
|
---|
143 | },
|
---|
144 | "keyword": {
|
---|
145 | "color": "#6EB26E"
|
---|
146 | },
|
---|
147 | "regex": {
|
---|
148 | "color": "#F05E5D"
|
---|
149 | },
|
---|
150 | "important": {
|
---|
151 | "color": "#F05E5D",
|
---|
152 | "fontWeight": "bold"
|
---|
153 | },
|
---|
154 | "bold": {
|
---|
155 | "fontWeight": "bold"
|
---|
156 | },
|
---|
157 | "italic": {
|
---|
158 | "fontStyle": "italic"
|
---|
159 | }
|
---|
160 | };
|
---|
161 | exports["default"] = _default; |
---|
Note:
See
TracBrowser
for help on using the repository browser.