source: node_modules/react-syntax-highlighter/src/styles/hljs/gruvbox-light.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: 2.7 KB
Line 
1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "background": "#fbf1c7",
7 "color": "#3c3836"
8 },
9 "hljs-subst": {
10 "color": "#3c3836"
11 },
12 "hljs-deletion": {
13 "color": "#9d0006"
14 },
15 "hljs-formula": {
16 "color": "#9d0006"
17 },
18 "hljs-keyword": {
19 "color": "#9d0006"
20 },
21 "hljs-link": {
22 "color": "#9d0006"
23 },
24 "hljs-selector-tag": {
25 "color": "#9d0006"
26 },
27 "hljs-built_in": {
28 "color": "#076678"
29 },
30 "hljs-emphasis": {
31 "color": "#076678",
32 "fontStyle": "italic"
33 },
34 "hljs-name": {
35 "color": "#076678"
36 },
37 "hljs-quote": {
38 "color": "#076678"
39 },
40 "hljs-strong": {
41 "color": "#076678",
42 "fontWeight": "bold"
43 },
44 "hljs-title": {
45 "color": "#076678"
46 },
47 "hljs-variable": {
48 "color": "#076678"
49 },
50 "hljs-attr": {
51 "color": "#b57614"
52 },
53 "hljs-params": {
54 "color": "#b57614"
55 },
56 "hljs-template-tag": {
57 "color": "#b57614"
58 },
59 "hljs-type": {
60 "color": "#b57614"
61 },
62 "hljs-builtin-name": {
63 "color": "#8f3f71"
64 },
65 "hljs-doctag": {
66 "color": "#8f3f71"
67 },
68 "hljs-literal": {
69 "color": "#8f3f71"
70 },
71 "hljs-number": {
72 "color": "#8f3f71"
73 },
74 "hljs-code": {
75 "color": "#af3a03"
76 },
77 "hljs-meta": {
78 "color": "#af3a03"
79 },
80 "hljs-regexp": {
81 "color": "#af3a03"
82 },
83 "hljs-selector-id": {
84 "color": "#af3a03"
85 },
86 "hljs-template-variable": {
87 "color": "#af3a03"
88 },
89 "hljs-addition": {
90 "color": "#79740e"
91 },
92 "hljs-meta-string": {
93 "color": "#79740e"
94 },
95 "hljs-section": {
96 "color": "#79740e",
97 "fontWeight": "bold"
98 },
99 "hljs-selector-attr": {
100 "color": "#79740e"
101 },
102 "hljs-selector-class": {
103 "color": "#79740e"
104 },
105 "hljs-string": {
106 "color": "#79740e"
107 },
108 "hljs-symbol": {
109 "color": "#79740e"
110 },
111 "hljs-attribute": {
112 "color": "#427b58"
113 },
114 "hljs-bullet": {
115 "color": "#427b58"
116 },
117 "hljs-class": {
118 "color": "#427b58"
119 },
120 "hljs-function": {
121 "color": "#427b58"
122 },
123 "hljs-function .hljs-keyword": {
124 "color": "#427b58"
125 },
126 "hljs-meta-keyword": {
127 "color": "#427b58"
128 },
129 "hljs-selector-pseudo": {
130 "color": "#427b58"
131 },
132 "hljs-tag": {
133 "color": "#427b58",
134 "fontWeight": "bold"
135 },
136 "hljs-comment": {
137 "color": "#928374",
138 "fontStyle": "italic"
139 },
140 "hljs-link_label": {
141 "color": "#8f3f71"
142 }
143}
Note: See TracBrowser for help on using the repository browser.