source: node_modules/react-syntax-highlighter/src/styles/hljs/routeros.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.3 KB
RevLine 
[d24f17c]1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "background": "#F0F0F0",
7 "color": "#444"
8 },
9 "hljs-subst": {
10 "color": "#444"
11 },
12 "hljs-comment": {
13 "color": "#888888"
14 },
15 "hljs-keyword": {
16 "fontWeight": "bold"
17 },
18 "hljs-selector-tag": {
19 "fontWeight": "bold"
20 },
21 "hljs-meta-keyword": {
22 "fontWeight": "bold"
23 },
24 "hljs-doctag": {
25 "fontWeight": "bold"
26 },
27 "hljs-name": {
28 "fontWeight": "bold"
29 },
30 "hljs-attribute": {
31 "color": "#0E9A00"
32 },
33 "hljs-function": {
34 "color": "#99069A"
35 },
36 "hljs-builtin-name": {
37 "color": "#99069A"
38 },
39 "hljs-type": {
40 "color": "#880000"
41 },
42 "hljs-string": {
43 "color": "#880000"
44 },
45 "hljs-number": {
46 "color": "#880000"
47 },
48 "hljs-selector-id": {
49 "color": "#880000"
50 },
51 "hljs-selector-class": {
52 "color": "#880000"
53 },
54 "hljs-quote": {
55 "color": "#880000"
56 },
57 "hljs-template-tag": {
58 "color": "#880000"
59 },
60 "hljs-deletion": {
61 "color": "#880000"
62 },
63 "hljs-title": {
64 "color": "#880000",
65 "fontWeight": "bold"
66 },
67 "hljs-section": {
68 "color": "#880000",
69 "fontWeight": "bold"
70 },
71 "hljs-regexp": {
72 "color": "#BC6060"
73 },
74 "hljs-symbol": {
75 "color": "#BC6060"
76 },
77 "hljs-variable": {
78 "color": "#BC6060"
79 },
80 "hljs-template-variable": {
81 "color": "#BC6060"
82 },
83 "hljs-link": {
84 "color": "#BC6060"
85 },
86 "hljs-selector-attr": {
87 "color": "#BC6060"
88 },
89 "hljs-selector-pseudo": {
90 "color": "#BC6060"
91 },
92 "hljs-literal": {
93 "color": "#78A960"
94 },
95 "hljs-built_in": {
96 "color": "#0C9A9A"
97 },
98 "hljs-bullet": {
99 "color": "#0C9A9A"
100 },
101 "hljs-code": {
102 "color": "#0C9A9A"
103 },
104 "hljs-addition": {
105 "color": "#0C9A9A"
106 },
107 "hljs-meta": {
108 "color": "#1f7199"
109 },
110 "hljs-meta-string": {
111 "color": "#4d99bf"
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.