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