source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/vs.js

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: 1.6 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": "white",
13 "color": "black"
14 },
15 "hljs-comment": {
16 "color": "#008000"
17 },
18 "hljs-quote": {
19 "color": "#008000"
20 },
21 "hljs-variable": {
22 "color": "#008000"
23 },
24 "hljs-keyword": {
25 "color": "#00f"
26 },
27 "hljs-selector-tag": {
28 "color": "#00f"
29 },
30 "hljs-built_in": {
31 "color": "#00f"
32 },
33 "hljs-name": {
34 "color": "#00f"
35 },
36 "hljs-tag": {
37 "color": "#00f"
38 },
39 "hljs-string": {
40 "color": "#a31515"
41 },
42 "hljs-title": {
43 "color": "#a31515"
44 },
45 "hljs-section": {
46 "color": "#a31515"
47 },
48 "hljs-attribute": {
49 "color": "#a31515"
50 },
51 "hljs-literal": {
52 "color": "#a31515"
53 },
54 "hljs-template-tag": {
55 "color": "#a31515"
56 },
57 "hljs-template-variable": {
58 "color": "#a31515"
59 },
60 "hljs-type": {
61 "color": "#a31515"
62 },
63 "hljs-addition": {
64 "color": "#a31515"
65 },
66 "hljs-deletion": {
67 "color": "#2b91af"
68 },
69 "hljs-selector-attr": {
70 "color": "#2b91af"
71 },
72 "hljs-selector-pseudo": {
73 "color": "#2b91af"
74 },
75 "hljs-meta": {
76 "color": "#2b91af"
77 },
78 "hljs-doctag": {
79 "color": "#808080"
80 },
81 "hljs-attr": {
82 "color": "#f00"
83 },
84 "hljs-symbol": {
85 "color": "#00b0e8"
86 },
87 "hljs-bullet": {
88 "color": "#00b0e8"
89 },
90 "hljs-link": {
91 "color": "#00b0e8"
92 },
93 "hljs-emphasis": {
94 "fontStyle": "italic"
95 },
96 "hljs-strong": {
97 "fontWeight": "bold"
98 }
99};
100exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.