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