source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/mono-blue.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.7 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": "#eaeef3",
13 "color": "#00193a"
14 },
15 "hljs-keyword": {
16 "fontWeight": "bold"
17 },
18 "hljs-selector-tag": {
19 "fontWeight": "bold"
20 },
21 "hljs-title": {
22 "fontWeight": "bold",
23 "color": "#0048ab"
24 },
25 "hljs-section": {
26 "fontWeight": "bold",
27 "color": "#0048ab"
28 },
29 "hljs-doctag": {
30 "fontWeight": "bold"
31 },
32 "hljs-name": {
33 "fontWeight": "bold",
34 "color": "#0048ab"
35 },
36 "hljs-strong": {
37 "fontWeight": "bold"
38 },
39 "hljs-comment": {
40 "color": "#738191"
41 },
42 "hljs-string": {
43 "color": "#0048ab"
44 },
45 "hljs-built_in": {
46 "color": "#0048ab"
47 },
48 "hljs-literal": {
49 "color": "#0048ab"
50 },
51 "hljs-type": {
52 "color": "#0048ab"
53 },
54 "hljs-addition": {
55 "color": "#0048ab"
56 },
57 "hljs-tag": {
58 "color": "#0048ab"
59 },
60 "hljs-quote": {
61 "color": "#0048ab"
62 },
63 "hljs-selector-id": {
64 "color": "#0048ab"
65 },
66 "hljs-selector-class": {
67 "color": "#0048ab"
68 },
69 "hljs-meta": {
70 "color": "#4c81c9"
71 },
72 "hljs-subst": {
73 "color": "#4c81c9"
74 },
75 "hljs-symbol": {
76 "color": "#4c81c9"
77 },
78 "hljs-regexp": {
79 "color": "#4c81c9"
80 },
81 "hljs-attribute": {
82 "color": "#4c81c9"
83 },
84 "hljs-deletion": {
85 "color": "#4c81c9"
86 },
87 "hljs-variable": {
88 "color": "#4c81c9"
89 },
90 "hljs-template-variable": {
91 "color": "#4c81c9"
92 },
93 "hljs-link": {
94 "color": "#4c81c9"
95 },
96 "hljs-bullet": {
97 "color": "#4c81c9"
98 },
99 "hljs-emphasis": {
100 "fontStyle": "italic"
101 }
102};
103exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.