source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/vs2015.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.4 KB
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = void 0;
7var _default = {
8 "hljs": {
9 "display": "block",
10 "overflowX": "auto",
11 "padding": "0.5em",
12 "background": "#1E1E1E",
13 "color": "#DCDCDC"
14 },
15 "hljs-keyword": {
16 "color": "#569CD6"
17 },
18 "hljs-literal": {
19 "color": "#569CD6"
20 },
21 "hljs-symbol": {
22 "color": "#569CD6"
23 },
24 "hljs-name": {
25 "color": "#569CD6"
26 },
27 "hljs-link": {
28 "color": "#569CD6",
29 "textDecoration": "underline"
30 },
31 "hljs-built_in": {
32 "color": "#4EC9B0"
33 },
34 "hljs-type": {
35 "color": "#4EC9B0"
36 },
37 "hljs-number": {
38 "color": "#B8D7A3"
39 },
40 "hljs-class": {
41 "color": "#B8D7A3"
42 },
43 "hljs-string": {
44 "color": "#D69D85"
45 },
46 "hljs-meta-string": {
47 "color": "#D69D85"
48 },
49 "hljs-regexp": {
50 "color": "#9A5334"
51 },
52 "hljs-template-tag": {
53 "color": "#9A5334"
54 },
55 "hljs-subst": {
56 "color": "#DCDCDC"
57 },
58 "hljs-function": {
59 "color": "#DCDCDC"
60 },
61 "hljs-title": {
62 "color": "#DCDCDC"
63 },
64 "hljs-params": {
65 "color": "#DCDCDC"
66 },
67 "hljs-formula": {
68 "color": "#DCDCDC"
69 },
70 "hljs-comment": {
71 "color": "#57A64A",
72 "fontStyle": "italic"
73 },
74 "hljs-quote": {
75 "color": "#57A64A",
76 "fontStyle": "italic"
77 },
78 "hljs-doctag": {
79 "color": "#608B4E"
80 },
81 "hljs-meta": {
82 "color": "#9B9B9B"
83 },
84 "hljs-meta-keyword": {
85 "color": "#9B9B9B"
86 },
87 "hljs-tag": {
88 "color": "#9B9B9B"
89 },
90 "hljs-variable": {
91 "color": "#BD63C5"
92 },
93 "hljs-template-variable": {
94 "color": "#BD63C5"
95 },
96 "hljs-attr": {
97 "color": "#9CDCFE"
98 },
99 "hljs-attribute": {
100 "color": "#9CDCFE"
101 },
102 "hljs-builtin-name": {
103 "color": "#9CDCFE"
104 },
105 "hljs-section": {
106 "color": "gold"
107 },
108 "hljs-emphasis": {
109 "fontStyle": "italic"
110 },
111 "hljs-strong": {
112 "fontWeight": "bold"
113 },
114 "hljs-bullet": {
115 "color": "#D7BA7D"
116 },
117 "hljs-selector-tag": {
118 "color": "#D7BA7D"
119 },
120 "hljs-selector-id": {
121 "color": "#D7BA7D"
122 },
123 "hljs-selector-class": {
124 "color": "#D7BA7D"
125 },
126 "hljs-selector-attr": {
127 "color": "#D7BA7D"
128 },
129 "hljs-selector-pseudo": {
130 "color": "#D7BA7D"
131 },
132 "hljs-addition": {
133 "backgroundColor": "#144212",
134 "display": "inline-block",
135 "width": "100%"
136 },
137 "hljs-deletion": {
138 "backgroundColor": "#600",
139 "display": "inline-block",
140 "width": "100%"
141 }
142};
143exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.