source: node_modules/react-syntax-highlighter/src/styles/hljs/sunburst.js@ e48199a

main
Last change on this file since e48199a 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": "#000",
7 "color": "#f8f8f8"
8 },
9 "hljs-comment": {
10 "color": "#aeaeae",
11 "fontStyle": "italic"
12 },
13 "hljs-quote": {
14 "color": "#aeaeae",
15 "fontStyle": "italic"
16 },
17 "hljs-keyword": {
18 "color": "#e28964"
19 },
20 "hljs-selector-tag": {
21 "color": "#e28964"
22 },
23 "hljs-type": {
24 "color": "#e28964"
25 },
26 "hljs-string": {
27 "color": "#65b042"
28 },
29 "hljs-subst": {
30 "color": "#daefa3"
31 },
32 "hljs-regexp": {
33 "color": "#e9c062"
34 },
35 "hljs-link": {
36 "color": "#e9c062"
37 },
38 "hljs-title": {
39 "color": "#89bdff"
40 },
41 "hljs-section": {
42 "color": "#89bdff"
43 },
44 "hljs-tag": {
45 "color": "#89bdff"
46 },
47 "hljs-name": {
48 "color": "#89bdff"
49 },
50 "hljs-class .hljs-title": {
51 "textDecoration": "underline"
52 },
53 "hljs-doctag": {
54 "textDecoration": "underline"
55 },
56 "hljs-symbol": {
57 "color": "#3387cc"
58 },
59 "hljs-bullet": {
60 "color": "#3387cc"
61 },
62 "hljs-number": {
63 "color": "#3387cc"
64 },
65 "hljs-params": {
66 "color": "#3e87e3"
67 },
68 "hljs-variable": {
69 "color": "#3e87e3"
70 },
71 "hljs-template-variable": {
72 "color": "#3e87e3"
73 },
74 "hljs-attribute": {
75 "color": "#cda869"
76 },
77 "hljs-meta": {
78 "color": "#8996a8"
79 },
80 "hljs-formula": {
81 "backgroundColor": "#0e2231",
82 "color": "#f8f8f8",
83 "fontStyle": "italic"
84 },
85 "hljs-addition": {
86 "backgroundColor": "#253b22",
87 "color": "#f8f8f8"
88 },
89 "hljs-deletion": {
90 "backgroundColor": "#420e09",
91 "color": "#f8f8f8"
92 },
93 "hljs-selector-class": {
94 "color": "#9b703f"
95 },
96 "hljs-selector-id": {
97 "color": "#8b98ab"
98 },
99 "hljs-emphasis": {
100 "fontStyle": "italic"
101 },
102 "hljs-strong": {
103 "fontWeight": "bold"
104 }
105}
Note: See TracBrowser for help on using the repository browser.