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.5 KB
|
Line | |
---|
1 | "use strict";
|
---|
2 |
|
---|
3 | Object.defineProperty(exports, "__esModule", {
|
---|
4 | value: true
|
---|
5 | });
|
---|
6 | exports["default"] = void 0;
|
---|
7 | var _default = {
|
---|
8 | "hljs": {
|
---|
9 | "display": "block",
|
---|
10 | "overflowX": "auto",
|
---|
11 | "padding": "0.5em",
|
---|
12 | "color": "#abb2bf",
|
---|
13 | "background": "#282c34"
|
---|
14 | },
|
---|
15 | "hljs-keyword": {
|
---|
16 | "color": "#F92672"
|
---|
17 | },
|
---|
18 | "hljs-operator": {
|
---|
19 | "color": "#F92672"
|
---|
20 | },
|
---|
21 | "hljs-pattern-match": {
|
---|
22 | "color": "#F92672"
|
---|
23 | },
|
---|
24 | "hljs-pattern-match .hljs-constructor": {
|
---|
25 | "color": "#61aeee"
|
---|
26 | },
|
---|
27 | "hljs-function": {
|
---|
28 | "color": "#61aeee"
|
---|
29 | },
|
---|
30 | "hljs-function .hljs-params": {
|
---|
31 | "color": "#A6E22E"
|
---|
32 | },
|
---|
33 | "hljs-function .hljs-params .hljs-typing": {
|
---|
34 | "color": "#FD971F"
|
---|
35 | },
|
---|
36 | "hljs-module-access .hljs-module": {
|
---|
37 | "color": "#7e57c2"
|
---|
38 | },
|
---|
39 | "hljs-constructor": {
|
---|
40 | "color": "#e2b93d"
|
---|
41 | },
|
---|
42 | "hljs-constructor .hljs-string": {
|
---|
43 | "color": "#9CCC65"
|
---|
44 | },
|
---|
45 | "hljs-comment": {
|
---|
46 | "color": "#b18eb1",
|
---|
47 | "fontStyle": "italic"
|
---|
48 | },
|
---|
49 | "hljs-quote": {
|
---|
50 | "color": "#b18eb1",
|
---|
51 | "fontStyle": "italic"
|
---|
52 | },
|
---|
53 | "hljs-doctag": {
|
---|
54 | "color": "#c678dd"
|
---|
55 | },
|
---|
56 | "hljs-formula": {
|
---|
57 | "color": "#c678dd"
|
---|
58 | },
|
---|
59 | "hljs-section": {
|
---|
60 | "color": "#e06c75"
|
---|
61 | },
|
---|
62 | "hljs-name": {
|
---|
63 | "color": "#e06c75"
|
---|
64 | },
|
---|
65 | "hljs-selector-tag": {
|
---|
66 | "color": "#e06c75"
|
---|
67 | },
|
---|
68 | "hljs-deletion": {
|
---|
69 | "color": "#e06c75"
|
---|
70 | },
|
---|
71 | "hljs-subst": {
|
---|
72 | "color": "#e06c75"
|
---|
73 | },
|
---|
74 | "hljs-literal": {
|
---|
75 | "color": "#56b6c2"
|
---|
76 | },
|
---|
77 | "hljs-string": {
|
---|
78 | "color": "#98c379"
|
---|
79 | },
|
---|
80 | "hljs-regexp": {
|
---|
81 | "color": "#98c379"
|
---|
82 | },
|
---|
83 | "hljs-addition": {
|
---|
84 | "color": "#98c379"
|
---|
85 | },
|
---|
86 | "hljs-attribute": {
|
---|
87 | "color": "#98c379"
|
---|
88 | },
|
---|
89 | "hljs-meta-string": {
|
---|
90 | "color": "#98c379"
|
---|
91 | },
|
---|
92 | "hljs-built_in": {
|
---|
93 | "color": "#e6c07b"
|
---|
94 | },
|
---|
95 | "hljs-class .hljs-title": {
|
---|
96 | "color": "#e6c07b"
|
---|
97 | },
|
---|
98 | "hljs-attr": {
|
---|
99 | "color": "#d19a66"
|
---|
100 | },
|
---|
101 | "hljs-variable": {
|
---|
102 | "color": "#d19a66"
|
---|
103 | },
|
---|
104 | "hljs-template-variable": {
|
---|
105 | "color": "#d19a66"
|
---|
106 | },
|
---|
107 | "hljs-type": {
|
---|
108 | "color": "#d19a66"
|
---|
109 | },
|
---|
110 | "hljs-selector-class": {
|
---|
111 | "color": "#d19a66"
|
---|
112 | },
|
---|
113 | "hljs-selector-attr": {
|
---|
114 | "color": "#d19a66"
|
---|
115 | },
|
---|
116 | "hljs-selector-pseudo": {
|
---|
117 | "color": "#d19a66"
|
---|
118 | },
|
---|
119 | "hljs-number": {
|
---|
120 | "color": "#d19a66"
|
---|
121 | },
|
---|
122 | "hljs-symbol": {
|
---|
123 | "color": "#61aeee"
|
---|
124 | },
|
---|
125 | "hljs-bullet": {
|
---|
126 | "color": "#61aeee"
|
---|
127 | },
|
---|
128 | "hljs-link": {
|
---|
129 | "color": "#61aeee",
|
---|
130 | "textDecoration": "underline"
|
---|
131 | },
|
---|
132 | "hljs-meta": {
|
---|
133 | "color": "#61aeee"
|
---|
134 | },
|
---|
135 | "hljs-selector-id": {
|
---|
136 | "color": "#61aeee"
|
---|
137 | },
|
---|
138 | "hljs-title": {
|
---|
139 | "color": "#61aeee"
|
---|
140 | },
|
---|
141 | "hljs-emphasis": {
|
---|
142 | "fontStyle": "italic"
|
---|
143 | },
|
---|
144 | "hljs-strong": {
|
---|
145 | "fontWeight": "bold"
|
---|
146 | }
|
---|
147 | };
|
---|
148 | exports["default"] = _default; |
---|
Note:
See
TracBrowser
for help on using the repository browser.