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