source: node_modules/react-syntax-highlighter/src/styles/hljs/nnfx.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.2 KB
Line 
1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "background": "#fff",
7 "color": "#000"
8 },
9 "xml .hljs-meta": {
10 "fontWeight": "bold",
11 "fontStyle": "italic",
12 "color": "#48b"
13 },
14 "hljs-comment": {
15 "fontStyle": "italic",
16 "color": "#070"
17 },
18 "hljs-quote": {
19 "fontStyle": "italic",
20 "color": "#070"
21 },
22 "hljs-name": {
23 "color": "#808",
24 "fontWeight": "bold"
25 },
26 "hljs-keyword": {
27 "color": "#808"
28 },
29 "hljs-attr": {
30 "fontWeight": "bold",
31 "color": "#000"
32 },
33 "hljs-string": {
34 "fontWeight": "normal",
35 "color": "#00f"
36 },
37 "hljs-variable": {
38 "color": "#477"
39 },
40 "hljs-template-variable": {
41 "color": "#477"
42 },
43 "hljs-code": {
44 "color": "#00f"
45 },
46 "hljs-meta-string": {
47 "color": "#00f"
48 },
49 "hljs-number": {
50 "color": "#00f"
51 },
52 "hljs-regexp": {
53 "color": "#00f"
54 },
55 "hljs-link": {
56 "color": "#00f"
57 },
58 "hljs-title": {
59 "color": "#f40"
60 },
61 "hljs-symbol": {
62 "color": "#f40"
63 },
64 "hljs-bullet": {
65 "color": "#f40"
66 },
67 "hljs-built_in": {
68 "color": "#f40"
69 },
70 "hljs-builtin-name": {
71 "color": "#f40"
72 },
73 "hljs-section": {
74 "color": "#642"
75 },
76 "hljs-meta": {
77 "color": "#642"
78 },
79 "hljs-class .hljs-title": {
80 "color": "#639"
81 },
82 "hljs-type": {
83 "color": "#639"
84 },
85 "hljs-function .hljs-title": {
86 "color": "#000"
87 },
88 "hljs-subst": {
89 "color": "#000"
90 },
91 "hljs-formula": {
92 "backgroundColor": "#eee",
93 "fontStyle": "italic"
94 },
95 "hljs-addition": {
96 "backgroundColor": "#beb"
97 },
98 "hljs-deletion": {
99 "backgroundColor": "#fbb"
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.