source: node_modules/react-syntax-highlighter/src/styles/hljs/stackoverflow-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.1 KB
Line 
1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "color": "#2f3337",
7 "background": "#f6f6f6"
8 },
9 "hljs-comment": {
10 "color": "#656e77"
11 },
12 "hljs-keyword": {
13 "color": "#015692"
14 },
15 "hljs-selector-tag": {
16 "color": "#015692"
17 },
18 "hljs-meta-keyword": {
19 "color": "#015692"
20 },
21 "hljs-doctag": {
22 "color": "#015692"
23 },
24 "hljs-section": {
25 "color": "#015692"
26 },
27 "hljs-selector-class": {
28 "color": "#015692"
29 },
30 "hljs-meta": {
31 "color": "#015692"
32 },
33 "hljs-selector-pseudo": {
34 "color": "#015692"
35 },
36 "hljs-attr": {
37 "color": "#015692"
38 },
39 "hljs-attribute": {
40 "color": "#803378"
41 },
42 "hljs-name": {
43 "color": "#b75501"
44 },
45 "hljs-type": {
46 "color": "#b75501"
47 },
48 "hljs-number": {
49 "color": "#b75501"
50 },
51 "hljs-selector-id": {
52 "color": "#b75501"
53 },
54 "hljs-quote": {
55 "color": "#b75501"
56 },
57 "hljs-template-tag": {
58 "color": "#b75501"
59 },
60 "hljs-built_in": {
61 "color": "#b75501"
62 },
63 "hljs-title": {
64 "color": "#b75501"
65 },
66 "hljs-literal": {
67 "color": "#b75501"
68 },
69 "hljs-string": {
70 "color": "#54790d"
71 },
72 "hljs-regexp": {
73 "color": "#54790d"
74 },
75 "hljs-symbol": {
76 "color": "#54790d"
77 },
78 "hljs-variable": {
79 "color": "#54790d"
80 },
81 "hljs-template-variable": {
82 "color": "#54790d"
83 },
84 "hljs-link": {
85 "color": "#54790d"
86 },
87 "hljs-selector-attr": {
88 "color": "#54790d"
89 },
90 "hljs-meta-string": {
91 "color": "#54790d"
92 },
93 "hljs-bullet": {
94 "color": "#535a60"
95 },
96 "hljs-code": {
97 "color": "#535a60"
98 },
99 "hljs-deletion": {
100 "color": "#c02d2e"
101 },
102 "hljs-addition": {
103 "color": "#2f6f44"
104 },
105 "hljs-emphasis": {
106 "fontStyle": "italic"
107 },
108 "hljs-strong": {
109 "fontWeight": "bold"
110 }
111}
Note: See TracBrowser for help on using the repository browser.