source: node_modules/react-syntax-highlighter/src/styles/hljs/arta.js

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 1.9 KB
Line 
1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "background": "#222",
7 "color": "#aaa"
8 },
9 "hljs-subst": {
10 "color": "#aaa"
11 },
12 "hljs-section": {
13 "color": "#fff",
14 "fontWeight": "bold"
15 },
16 "hljs-comment": {
17 "color": "#444"
18 },
19 "hljs-quote": {
20 "color": "#444"
21 },
22 "hljs-meta": {
23 "color": "#444"
24 },
25 "hljs-string": {
26 "color": "#ffcc33"
27 },
28 "hljs-symbol": {
29 "color": "#ffcc33"
30 },
31 "hljs-bullet": {
32 "color": "#ffcc33"
33 },
34 "hljs-regexp": {
35 "color": "#ffcc33"
36 },
37 "hljs-number": {
38 "color": "#00cc66"
39 },
40 "hljs-addition": {
41 "color": "#00cc66"
42 },
43 "hljs-built_in": {
44 "color": "#32aaee"
45 },
46 "hljs-builtin-name": {
47 "color": "#32aaee"
48 },
49 "hljs-literal": {
50 "color": "#32aaee"
51 },
52 "hljs-type": {
53 "color": "#32aaee"
54 },
55 "hljs-template-variable": {
56 "color": "#32aaee"
57 },
58 "hljs-attribute": {
59 "color": "#32aaee"
60 },
61 "hljs-link": {
62 "color": "#32aaee"
63 },
64 "hljs-keyword": {
65 "color": "#6644aa"
66 },
67 "hljs-selector-tag": {
68 "color": "#6644aa"
69 },
70 "hljs-name": {
71 "color": "#6644aa"
72 },
73 "hljs-selector-id": {
74 "color": "#6644aa"
75 },
76 "hljs-selector-class": {
77 "color": "#6644aa"
78 },
79 "hljs-title": {
80 "color": "#bb1166"
81 },
82 "hljs-variable": {
83 "color": "#bb1166"
84 },
85 "hljs-deletion": {
86 "color": "#bb1166"
87 },
88 "hljs-template-tag": {
89 "color": "#bb1166"
90 },
91 "hljs-doctag": {
92 "fontWeight": "bold"
93 },
94 "hljs-strong": {
95 "fontWeight": "bold"
96 },
97 "hljs-emphasis": {
98 "fontStyle": "italic"
99 }
100}
Note: See TracBrowser for help on using the repository browser.