source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/dark.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.6 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": "#444",
13 "color": "#ddd"
14 },
15 "hljs-keyword": {
16 "color": "white",
17 "fontWeight": "bold"
18 },
19 "hljs-selector-tag": {
20 "color": "white",
21 "fontWeight": "bold"
22 },
23 "hljs-literal": {
24 "color": "white",
25 "fontWeight": "bold"
26 },
27 "hljs-section": {
28 "color": "white",
29 "fontWeight": "bold"
30 },
31 "hljs-link": {
32 "color": "white"
33 },
34 "hljs-subst": {
35 "color": "#ddd"
36 },
37 "hljs-string": {
38 "color": "#d88"
39 },
40 "hljs-title": {
41 "color": "#d88",
42 "fontWeight": "bold"
43 },
44 "hljs-name": {
45 "color": "#d88",
46 "fontWeight": "bold"
47 },
48 "hljs-type": {
49 "color": "#d88",
50 "fontWeight": "bold"
51 },
52 "hljs-attribute": {
53 "color": "#d88"
54 },
55 "hljs-symbol": {
56 "color": "#d88"
57 },
58 "hljs-bullet": {
59 "color": "#d88"
60 },
61 "hljs-built_in": {
62 "color": "#d88"
63 },
64 "hljs-addition": {
65 "color": "#d88"
66 },
67 "hljs-variable": {
68 "color": "#d88"
69 },
70 "hljs-template-tag": {
71 "color": "#d88"
72 },
73 "hljs-template-variable": {
74 "color": "#d88"
75 },
76 "hljs-comment": {
77 "color": "#777"
78 },
79 "hljs-quote": {
80 "color": "#777"
81 },
82 "hljs-deletion": {
83 "color": "#777"
84 },
85 "hljs-meta": {
86 "color": "#777"
87 },
88 "hljs-doctag": {
89 "fontWeight": "bold"
90 },
91 "hljs-strong": {
92 "fontWeight": "bold"
93 },
94 "hljs-emphasis": {
95 "fontStyle": "italic"
96 }
97};
98exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.