source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/docco.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: 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 "color": "#000",
13 "background": "#f8f8ff"
14 },
15 "hljs-comment": {
16 "color": "#408080",
17 "fontStyle": "italic"
18 },
19 "hljs-quote": {
20 "color": "#408080",
21 "fontStyle": "italic"
22 },
23 "hljs-keyword": {
24 "color": "#954121"
25 },
26 "hljs-selector-tag": {
27 "color": "#954121"
28 },
29 "hljs-literal": {
30 "color": "#954121"
31 },
32 "hljs-subst": {
33 "color": "#954121"
34 },
35 "hljs-number": {
36 "color": "#40a070"
37 },
38 "hljs-string": {
39 "color": "#219161"
40 },
41 "hljs-doctag": {
42 "color": "#219161"
43 },
44 "hljs-selector-id": {
45 "color": "#19469d"
46 },
47 "hljs-selector-class": {
48 "color": "#19469d"
49 },
50 "hljs-section": {
51 "color": "#19469d"
52 },
53 "hljs-type": {
54 "color": "#19469d"
55 },
56 "hljs-params": {
57 "color": "#00f"
58 },
59 "hljs-title": {
60 "color": "#458",
61 "fontWeight": "bold"
62 },
63 "hljs-tag": {
64 "color": "#000080",
65 "fontWeight": "normal"
66 },
67 "hljs-name": {
68 "color": "#000080",
69 "fontWeight": "normal"
70 },
71 "hljs-attribute": {
72 "color": "#000080",
73 "fontWeight": "normal"
74 },
75 "hljs-variable": {
76 "color": "#008080"
77 },
78 "hljs-template-variable": {
79 "color": "#008080"
80 },
81 "hljs-regexp": {
82 "color": "#b68"
83 },
84 "hljs-link": {
85 "color": "#b68"
86 },
87 "hljs-symbol": {
88 "color": "#990073"
89 },
90 "hljs-bullet": {
91 "color": "#990073"
92 },
93 "hljs-built_in": {
94 "color": "#0086b3"
95 },
96 "hljs-builtin-name": {
97 "color": "#0086b3"
98 },
99 "hljs-meta": {
100 "color": "#999",
101 "fontWeight": "bold"
102 },
103 "hljs-deletion": {
104 "background": "#fdd"
105 },
106 "hljs-addition": {
107 "background": "#dfd"
108 },
109 "hljs-emphasis": {
110 "fontStyle": "italic"
111 },
112 "hljs-strong": {
113 "fontWeight": "bold"
114 }
115};
116exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.