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.2 KB
|
Line | |
---|
1 | export default {
|
---|
2 | "hljs": {
|
---|
3 | "display": "block",
|
---|
4 | "overflowX": "auto",
|
---|
5 | "padding": "0.5em",
|
---|
6 | "color": "#abb2bf",
|
---|
7 | "background": "#282c34"
|
---|
8 | },
|
---|
9 | "hljs-comment": {
|
---|
10 | "color": "#5c6370",
|
---|
11 | "fontStyle": "italic"
|
---|
12 | },
|
---|
13 | "hljs-quote": {
|
---|
14 | "color": "#5c6370",
|
---|
15 | "fontStyle": "italic"
|
---|
16 | },
|
---|
17 | "hljs-doctag": {
|
---|
18 | "color": "#c678dd"
|
---|
19 | },
|
---|
20 | "hljs-keyword": {
|
---|
21 | "color": "#c678dd"
|
---|
22 | },
|
---|
23 | "hljs-formula": {
|
---|
24 | "color": "#c678dd"
|
---|
25 | },
|
---|
26 | "hljs-section": {
|
---|
27 | "color": "#e06c75"
|
---|
28 | },
|
---|
29 | "hljs-name": {
|
---|
30 | "color": "#e06c75"
|
---|
31 | },
|
---|
32 | "hljs-selector-tag": {
|
---|
33 | "color": "#e06c75"
|
---|
34 | },
|
---|
35 | "hljs-deletion": {
|
---|
36 | "color": "#e06c75"
|
---|
37 | },
|
---|
38 | "hljs-subst": {
|
---|
39 | "color": "#e06c75"
|
---|
40 | },
|
---|
41 | "hljs-literal": {
|
---|
42 | "color": "#56b6c2"
|
---|
43 | },
|
---|
44 | "hljs-string": {
|
---|
45 | "color": "#98c379"
|
---|
46 | },
|
---|
47 | "hljs-regexp": {
|
---|
48 | "color": "#98c379"
|
---|
49 | },
|
---|
50 | "hljs-addition": {
|
---|
51 | "color": "#98c379"
|
---|
52 | },
|
---|
53 | "hljs-attribute": {
|
---|
54 | "color": "#98c379"
|
---|
55 | },
|
---|
56 | "hljs-meta-string": {
|
---|
57 | "color": "#98c379"
|
---|
58 | },
|
---|
59 | "hljs-built_in": {
|
---|
60 | "color": "#e6c07b"
|
---|
61 | },
|
---|
62 | "hljs-class .hljs-title": {
|
---|
63 | "color": "#e6c07b"
|
---|
64 | },
|
---|
65 | "hljs-attr": {
|
---|
66 | "color": "#d19a66"
|
---|
67 | },
|
---|
68 | "hljs-variable": {
|
---|
69 | "color": "#d19a66"
|
---|
70 | },
|
---|
71 | "hljs-template-variable": {
|
---|
72 | "color": "#d19a66"
|
---|
73 | },
|
---|
74 | "hljs-type": {
|
---|
75 | "color": "#d19a66"
|
---|
76 | },
|
---|
77 | "hljs-selector-class": {
|
---|
78 | "color": "#d19a66"
|
---|
79 | },
|
---|
80 | "hljs-selector-attr": {
|
---|
81 | "color": "#d19a66"
|
---|
82 | },
|
---|
83 | "hljs-selector-pseudo": {
|
---|
84 | "color": "#d19a66"
|
---|
85 | },
|
---|
86 | "hljs-number": {
|
---|
87 | "color": "#d19a66"
|
---|
88 | },
|
---|
89 | "hljs-symbol": {
|
---|
90 | "color": "#61aeee"
|
---|
91 | },
|
---|
92 | "hljs-bullet": {
|
---|
93 | "color": "#61aeee"
|
---|
94 | },
|
---|
95 | "hljs-link": {
|
---|
96 | "color": "#61aeee",
|
---|
97 | "textDecoration": "underline"
|
---|
98 | },
|
---|
99 | "hljs-meta": {
|
---|
100 | "color": "#61aeee"
|
---|
101 | },
|
---|
102 | "hljs-selector-id": {
|
---|
103 | "color": "#61aeee"
|
---|
104 | },
|
---|
105 | "hljs-title": {
|
---|
106 | "color": "#61aeee"
|
---|
107 | },
|
---|
108 | "hljs-emphasis": {
|
---|
109 | "fontStyle": "italic"
|
---|
110 | },
|
---|
111 | "hljs-strong": {
|
---|
112 | "fontWeight": "bold"
|
---|
113 | }
|
---|
114 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.