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