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