source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/sunburst.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.9 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": "#000",
13 "color": "#f8f8f8"
14 },
15 "hljs-comment": {
16 "color": "#aeaeae",
17 "fontStyle": "italic"
18 },
19 "hljs-quote": {
20 "color": "#aeaeae",
21 "fontStyle": "italic"
22 },
23 "hljs-keyword": {
24 "color": "#e28964"
25 },
26 "hljs-selector-tag": {
27 "color": "#e28964"
28 },
29 "hljs-type": {
30 "color": "#e28964"
31 },
32 "hljs-string": {
33 "color": "#65b042"
34 },
35 "hljs-subst": {
36 "color": "#daefa3"
37 },
38 "hljs-regexp": {
39 "color": "#e9c062"
40 },
41 "hljs-link": {
42 "color": "#e9c062"
43 },
44 "hljs-title": {
45 "color": "#89bdff"
46 },
47 "hljs-section": {
48 "color": "#89bdff"
49 },
50 "hljs-tag": {
51 "color": "#89bdff"
52 },
53 "hljs-name": {
54 "color": "#89bdff"
55 },
56 "hljs-class .hljs-title": {
57 "textDecoration": "underline"
58 },
59 "hljs-doctag": {
60 "textDecoration": "underline"
61 },
62 "hljs-symbol": {
63 "color": "#3387cc"
64 },
65 "hljs-bullet": {
66 "color": "#3387cc"
67 },
68 "hljs-number": {
69 "color": "#3387cc"
70 },
71 "hljs-params": {
72 "color": "#3e87e3"
73 },
74 "hljs-variable": {
75 "color": "#3e87e3"
76 },
77 "hljs-template-variable": {
78 "color": "#3e87e3"
79 },
80 "hljs-attribute": {
81 "color": "#cda869"
82 },
83 "hljs-meta": {
84 "color": "#8996a8"
85 },
86 "hljs-formula": {
87 "backgroundColor": "#0e2231",
88 "color": "#f8f8f8",
89 "fontStyle": "italic"
90 },
91 "hljs-addition": {
92 "backgroundColor": "#253b22",
93 "color": "#f8f8f8"
94 },
95 "hljs-deletion": {
96 "backgroundColor": "#420e09",
97 "color": "#f8f8f8"
98 },
99 "hljs-selector-class": {
100 "color": "#9b703f"
101 },
102 "hljs-selector-id": {
103 "color": "#8b98ab"
104 },
105 "hljs-emphasis": {
106 "fontStyle": "italic"
107 },
108 "hljs-strong": {
109 "fontWeight": "bold"
110 }
111};
112exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.