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