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