source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/hybrid.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.2 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": "#1d1f21",
13 "color": "#c5c8c6"
14 },
15 "hljs::selection": {
16 "background": "#373b41"
17 },
18 "hljs span::selection": {
19 "background": "#373b41"
20 },
21 "hljs::-moz-selection": {
22 "background": "#373b41"
23 },
24 "hljs span::-moz-selection": {
25 "background": "#373b41"
26 },
27 "hljs-title": {
28 "color": "#f0c674"
29 },
30 "hljs-name": {
31 "color": "#f0c674"
32 },
33 "hljs-comment": {
34 "color": "#707880"
35 },
36 "hljs-meta": {
37 "color": "#707880"
38 },
39 "hljs-meta .hljs-keyword": {
40 "color": "#707880"
41 },
42 "hljs-number": {
43 "color": "#cc6666"
44 },
45 "hljs-symbol": {
46 "color": "#cc6666"
47 },
48 "hljs-literal": {
49 "color": "#cc6666"
50 },
51 "hljs-deletion": {
52 "color": "#cc6666"
53 },
54 "hljs-link": {
55 "color": "#cc6666"
56 },
57 "hljs-string": {
58 "color": "#b5bd68"
59 },
60 "hljs-doctag": {
61 "color": "#b5bd68"
62 },
63 "hljs-addition": {
64 "color": "#b5bd68"
65 },
66 "hljs-regexp": {
67 "color": "#b5bd68"
68 },
69 "hljs-selector-attr": {
70 "color": "#b5bd68"
71 },
72 "hljs-selector-pseudo": {
73 "color": "#b5bd68"
74 },
75 "hljs-attribute": {
76 "color": "#b294bb"
77 },
78 "hljs-code": {
79 "color": "#b294bb"
80 },
81 "hljs-selector-id": {
82 "color": "#b294bb"
83 },
84 "hljs-keyword": {
85 "color": "#81a2be"
86 },
87 "hljs-selector-tag": {
88 "color": "#81a2be"
89 },
90 "hljs-bullet": {
91 "color": "#81a2be"
92 },
93 "hljs-tag": {
94 "color": "#81a2be"
95 },
96 "hljs-subst": {
97 "color": "#8abeb7"
98 },
99 "hljs-variable": {
100 "color": "#8abeb7"
101 },
102 "hljs-template-tag": {
103 "color": "#8abeb7"
104 },
105 "hljs-template-variable": {
106 "color": "#8abeb7"
107 },
108 "hljs-type": {
109 "color": "#de935f"
110 },
111 "hljs-built_in": {
112 "color": "#de935f"
113 },
114 "hljs-builtin-name": {
115 "color": "#de935f"
116 },
117 "hljs-quote": {
118 "color": "#de935f"
119 },
120 "hljs-section": {
121 "color": "#de935f"
122 },
123 "hljs-selector-class": {
124 "color": "#de935f"
125 },
126 "hljs-emphasis": {
127 "fontStyle": "italic"
128 },
129 "hljs-strong": {
130 "fontWeight": "bold"
131 }
132};
133exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.