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