source: node_modules/react-syntax-highlighter/src/styles/hljs/googlecode.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.1 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-comment": {
10 "color": "#800"
11 },
12 "hljs-quote": {
13 "color": "#800"
14 },
15 "hljs-keyword": {
16 "color": "#008"
17 },
18 "hljs-selector-tag": {
19 "color": "#008"
20 },
21 "hljs-section": {
22 "color": "#008"
23 },
24 "hljs-title": {
25 "color": "#606"
26 },
27 "hljs-name": {
28 "color": "#008"
29 },
30 "hljs-variable": {
31 "color": "#660"
32 },
33 "hljs-template-variable": {
34 "color": "#660"
35 },
36 "hljs-string": {
37 "color": "#080"
38 },
39 "hljs-selector-attr": {
40 "color": "#080"
41 },
42 "hljs-selector-pseudo": {
43 "color": "#080"
44 },
45 "hljs-regexp": {
46 "color": "#080"
47 },
48 "hljs-literal": {
49 "color": "#066"
50 },
51 "hljs-symbol": {
52 "color": "#066"
53 },
54 "hljs-bullet": {
55 "color": "#066"
56 },
57 "hljs-meta": {
58 "color": "#066"
59 },
60 "hljs-number": {
61 "color": "#066"
62 },
63 "hljs-link": {
64 "color": "#066"
65 },
66 "hljs-doctag": {
67 "color": "#606",
68 "fontWeight": "bold"
69 },
70 "hljs-type": {
71 "color": "#606"
72 },
73 "hljs-attr": {
74 "color": "#606"
75 },
76 "hljs-built_in": {
77 "color": "#606"
78 },
79 "hljs-builtin-name": {
80 "color": "#606"
81 },
82 "hljs-params": {
83 "color": "#606"
84 },
85 "hljs-attribute": {
86 "color": "#000"
87 },
88 "hljs-subst": {
89 "color": "#000"
90 },
91 "hljs-formula": {
92 "backgroundColor": "#eee",
93 "fontStyle": "italic"
94 },
95 "hljs-selector-id": {
96 "color": "#9B703F"
97 },
98 "hljs-selector-class": {
99 "color": "#9B703F"
100 },
101 "hljs-addition": {
102 "backgroundColor": "#baeeba"
103 },
104 "hljs-deletion": {
105 "backgroundColor": "#ffc8bd"
106 },
107 "hljs-strong": {
108 "fontWeight": "bold"
109 },
110 "hljs-emphasis": {
111 "fontStyle": "italic"
112 }
113}
Note: See TracBrowser for help on using the repository browser.