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