source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/dracula.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.7 KB
RevLine 
[d24f17c]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": "#282a36",
13 "color": "#f8f8f2"
14 },
15 "hljs-keyword": {
16 "color": "#8be9fd",
17 "fontWeight": "bold"
18 },
19 "hljs-selector-tag": {
20 "color": "#8be9fd",
21 "fontWeight": "bold"
22 },
23 "hljs-literal": {
24 "color": "#8be9fd",
25 "fontWeight": "bold"
26 },
27 "hljs-section": {
28 "color": "#8be9fd",
29 "fontWeight": "bold"
30 },
31 "hljs-link": {
32 "color": "#8be9fd"
33 },
34 "hljs-function .hljs-keyword": {
35 "color": "#ff79c6"
36 },
37 "hljs-subst": {
38 "color": "#f8f8f2"
39 },
40 "hljs-string": {
41 "color": "#f1fa8c"
42 },
43 "hljs-title": {
44 "color": "#f1fa8c",
45 "fontWeight": "bold"
46 },
47 "hljs-name": {
48 "color": "#f1fa8c",
49 "fontWeight": "bold"
50 },
51 "hljs-type": {
52 "color": "#f1fa8c",
53 "fontWeight": "bold"
54 },
55 "hljs-attribute": {
56 "color": "#f1fa8c"
57 },
58 "hljs-symbol": {
59 "color": "#f1fa8c"
60 },
61 "hljs-bullet": {
62 "color": "#f1fa8c"
63 },
64 "hljs-addition": {
65 "color": "#f1fa8c"
66 },
67 "hljs-variable": {
68 "color": "#f1fa8c"
69 },
70 "hljs-template-tag": {
71 "color": "#f1fa8c"
72 },
73 "hljs-template-variable": {
74 "color": "#f1fa8c"
75 },
76 "hljs-comment": {
77 "color": "#6272a4"
78 },
79 "hljs-quote": {
80 "color": "#6272a4"
81 },
82 "hljs-deletion": {
83 "color": "#6272a4"
84 },
85 "hljs-meta": {
86 "color": "#6272a4"
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.