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:
2.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 | "hljs": {
|
---|
9 | "display": "block",
|
---|
10 | "overflowX": "auto",
|
---|
11 | "padding": "0.5em",
|
---|
12 | "background": "#002b36",
|
---|
13 | "color": "#839496"
|
---|
14 | },
|
---|
15 | "hljs-comment": {
|
---|
16 | "color": "#586e75"
|
---|
17 | },
|
---|
18 | "hljs-quote": {
|
---|
19 | "color": "#586e75"
|
---|
20 | },
|
---|
21 | "hljs-keyword": {
|
---|
22 | "color": "#859900"
|
---|
23 | },
|
---|
24 | "hljs-selector-tag": {
|
---|
25 | "color": "#859900"
|
---|
26 | },
|
---|
27 | "hljs-addition": {
|
---|
28 | "color": "#859900"
|
---|
29 | },
|
---|
30 | "hljs-number": {
|
---|
31 | "color": "#2aa198"
|
---|
32 | },
|
---|
33 | "hljs-string": {
|
---|
34 | "color": "#2aa198"
|
---|
35 | },
|
---|
36 | "hljs-meta .hljs-meta-string": {
|
---|
37 | "color": "#2aa198"
|
---|
38 | },
|
---|
39 | "hljs-literal": {
|
---|
40 | "color": "#2aa198"
|
---|
41 | },
|
---|
42 | "hljs-doctag": {
|
---|
43 | "color": "#2aa198"
|
---|
44 | },
|
---|
45 | "hljs-regexp": {
|
---|
46 | "color": "#2aa198"
|
---|
47 | },
|
---|
48 | "hljs-title": {
|
---|
49 | "color": "#268bd2"
|
---|
50 | },
|
---|
51 | "hljs-section": {
|
---|
52 | "color": "#268bd2"
|
---|
53 | },
|
---|
54 | "hljs-name": {
|
---|
55 | "color": "#268bd2"
|
---|
56 | },
|
---|
57 | "hljs-selector-id": {
|
---|
58 | "color": "#268bd2"
|
---|
59 | },
|
---|
60 | "hljs-selector-class": {
|
---|
61 | "color": "#268bd2"
|
---|
62 | },
|
---|
63 | "hljs-attribute": {
|
---|
64 | "color": "#b58900"
|
---|
65 | },
|
---|
66 | "hljs-attr": {
|
---|
67 | "color": "#b58900"
|
---|
68 | },
|
---|
69 | "hljs-variable": {
|
---|
70 | "color": "#b58900"
|
---|
71 | },
|
---|
72 | "hljs-template-variable": {
|
---|
73 | "color": "#b58900"
|
---|
74 | },
|
---|
75 | "hljs-class .hljs-title": {
|
---|
76 | "color": "#b58900"
|
---|
77 | },
|
---|
78 | "hljs-type": {
|
---|
79 | "color": "#b58900"
|
---|
80 | },
|
---|
81 | "hljs-symbol": {
|
---|
82 | "color": "#cb4b16"
|
---|
83 | },
|
---|
84 | "hljs-bullet": {
|
---|
85 | "color": "#cb4b16"
|
---|
86 | },
|
---|
87 | "hljs-subst": {
|
---|
88 | "color": "#cb4b16"
|
---|
89 | },
|
---|
90 | "hljs-meta": {
|
---|
91 | "color": "#cb4b16"
|
---|
92 | },
|
---|
93 | "hljs-meta .hljs-keyword": {
|
---|
94 | "color": "#cb4b16"
|
---|
95 | },
|
---|
96 | "hljs-selector-attr": {
|
---|
97 | "color": "#cb4b16"
|
---|
98 | },
|
---|
99 | "hljs-selector-pseudo": {
|
---|
100 | "color": "#cb4b16"
|
---|
101 | },
|
---|
102 | "hljs-link": {
|
---|
103 | "color": "#cb4b16"
|
---|
104 | },
|
---|
105 | "hljs-built_in": {
|
---|
106 | "color": "#dc322f"
|
---|
107 | },
|
---|
108 | "hljs-deletion": {
|
---|
109 | "color": "#dc322f"
|
---|
110 | },
|
---|
111 | "hljs-formula": {
|
---|
112 | "background": "#073642"
|
---|
113 | },
|
---|
114 | "hljs-emphasis": {
|
---|
115 | "fontStyle": "italic"
|
---|
116 | },
|
---|
117 | "hljs-strong": {
|
---|
118 | "fontWeight": "bold"
|
---|
119 | }
|
---|
120 | };
|
---|
121 | exports["default"] = _default; |
---|
Note:
See
TracBrowser
for help on using the repository browser.