source: node_modules/react-syntax-highlighter/src/styles/hljs/isbl-editor-light.js@ 65b6638

main
Last change on this file since 65b6638 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 2.5 KB
Line 
1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "background": "white",
7 "color": "black"
8 },
9 "hljs-subst": {
10 "color": "black"
11 },
12 "hljs-comment": {
13 "color": "#555555",
14 "fontStyle": "italic"
15 },
16 "hljs-keyword": {
17 "color": "#000000",
18 "fontWeight": "bold"
19 },
20 "hljs-attribute": {
21 "color": "#000000",
22 "fontWeight": "bold"
23 },
24 "hljs-selector-tag": {
25 "color": "#000000",
26 "fontWeight": "bold"
27 },
28 "hljs-meta-keyword": {
29 "color": "#000000",
30 "fontWeight": "bold"
31 },
32 "hljs-doctag": {
33 "color": "#000000",
34 "fontWeight": "bold"
35 },
36 "hljs-name": {
37 "color": "#000000",
38 "fontWeight": "bold"
39 },
40 "hljs-string": {
41 "color": "#000080"
42 },
43 "hljs-type": {
44 "color": "#000000"
45 },
46 "hljs-number": {
47 "color": "#000000"
48 },
49 "hljs-selector-id": {
50 "color": "#000000"
51 },
52 "hljs-selector-class": {
53 "color": "#000000"
54 },
55 "hljs-quote": {
56 "color": "#000000"
57 },
58 "hljs-template-tag": {
59 "color": "#000000"
60 },
61 "hljs-deletion": {
62 "color": "#000000"
63 },
64 "hljs-title": {
65 "color": "#fb2c00"
66 },
67 "hljs-section": {
68 "color": "#fb2c00"
69 },
70 "hljs-title>.hljs-built_in": {
71 "color": "#008080",
72 "fontWeight": "normal"
73 },
74 "hljs-regexp": {
75 "color": "#5e1700"
76 },
77 "hljs-symbol": {
78 "color": "#5e1700"
79 },
80 "hljs-variable": {
81 "color": "#5e1700"
82 },
83 "hljs-template-variable": {
84 "color": "#5e1700"
85 },
86 "hljs-link": {
87 "color": "#5e1700"
88 },
89 "hljs-selector-attr": {
90 "color": "#5e1700"
91 },
92 "hljs-selector-pseudo": {
93 "color": "#5e1700"
94 },
95 "hljs-built_in": {
96 "color": "#000080",
97 "fontWeight": "bold"
98 },
99 "hljs-literal": {
100 "color": "#000080",
101 "fontWeight": "bold"
102 },
103 "hljs-bullet": {
104 "color": "#397300"
105 },
106 "hljs-code": {
107 "color": "#397300"
108 },
109 "hljs-addition": {
110 "color": "#397300"
111 },
112 "hljs-class": {
113 "color": "#6f1C00",
114 "fontWeight": "bold"
115 },
116 "hljs-meta": {
117 "color": "#1f7199"
118 },
119 "hljs-meta-string": {
120 "color": "#4d99bf"
121 },
122 "hljs-emphasis": {
123 "fontStyle": "italic"
124 },
125 "hljs-strong": {
126 "fontWeight": "bold"
127 }
128}
Note: See TracBrowser for help on using the repository browser.