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