source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/isbl-editor-light.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.3 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-subst": {
16 "color": "black"
17 },
18 "hljs-comment": {
19 "color": "#555555",
20 "fontStyle": "italic"
21 },
22 "hljs-keyword": {
23 "color": "#000000",
24 "fontWeight": "bold"
25 },
26 "hljs-attribute": {
27 "color": "#000000",
28 "fontWeight": "bold"
29 },
30 "hljs-selector-tag": {
31 "color": "#000000",
32 "fontWeight": "bold"
33 },
34 "hljs-meta-keyword": {
35 "color": "#000000",
36 "fontWeight": "bold"
37 },
38 "hljs-doctag": {
39 "color": "#000000",
40 "fontWeight": "bold"
41 },
42 "hljs-name": {
43 "color": "#000000",
44 "fontWeight": "bold"
45 },
46 "hljs-string": {
47 "color": "#000080"
48 },
49 "hljs-type": {
50 "color": "#000000"
51 },
52 "hljs-number": {
53 "color": "#000000"
54 },
55 "hljs-selector-id": {
56 "color": "#000000"
57 },
58 "hljs-selector-class": {
59 "color": "#000000"
60 },
61 "hljs-quote": {
62 "color": "#000000"
63 },
64 "hljs-template-tag": {
65 "color": "#000000"
66 },
67 "hljs-deletion": {
68 "color": "#000000"
69 },
70 "hljs-title": {
71 "color": "#fb2c00"
72 },
73 "hljs-section": {
74 "color": "#fb2c00"
75 },
76 "hljs-title>.hljs-built_in": {
77 "color": "#008080",
78 "fontWeight": "normal"
79 },
80 "hljs-regexp": {
81 "color": "#5e1700"
82 },
83 "hljs-symbol": {
84 "color": "#5e1700"
85 },
86 "hljs-variable": {
87 "color": "#5e1700"
88 },
89 "hljs-template-variable": {
90 "color": "#5e1700"
91 },
92 "hljs-link": {
93 "color": "#5e1700"
94 },
95 "hljs-selector-attr": {
96 "color": "#5e1700"
97 },
98 "hljs-selector-pseudo": {
99 "color": "#5e1700"
100 },
101 "hljs-built_in": {
102 "color": "#000080",
103 "fontWeight": "bold"
104 },
105 "hljs-literal": {
106 "color": "#000080",
107 "fontWeight": "bold"
108 },
109 "hljs-bullet": {
110 "color": "#397300"
111 },
112 "hljs-code": {
113 "color": "#397300"
114 },
115 "hljs-addition": {
116 "color": "#397300"
117 },
118 "hljs-class": {
119 "color": "#6f1C00",
120 "fontWeight": "bold"
121 },
122 "hljs-meta": {
123 "color": "#1f7199"
124 },
125 "hljs-meta-string": {
126 "color": "#4d99bf"
127 },
128 "hljs-emphasis": {
129 "fontStyle": "italic"
130 },
131 "hljs-strong": {
132 "fontWeight": "bold"
133 }
134};
135exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.