source: node_modules/react-syntax-highlighter/src/styles/hljs/obsidian.js@ e48199a

main
Last change on this file since e48199a was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 2.2 KB
Line 
1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "background": "#282b2e",
7 "color": "#e0e2e4"
8 },
9 "hljs-keyword": {
10 "color": "#93c763",
11 "fontWeight": "bold"
12 },
13 "hljs-selector-tag": {
14 "color": "#93c763",
15 "fontWeight": "bold"
16 },
17 "hljs-literal": {
18 "color": "#93c763",
19 "fontWeight": "bold"
20 },
21 "hljs-selector-id": {
22 "color": "#93c763"
23 },
24 "hljs-number": {
25 "color": "#ffcd22"
26 },
27 "hljs-attribute": {
28 "color": "#668bb0"
29 },
30 "hljs-code": {
31 "color": "white"
32 },
33 "hljs-class .hljs-title": {
34 "color": "white"
35 },
36 "hljs-section": {
37 "color": "white",
38 "fontWeight": "bold"
39 },
40 "hljs-regexp": {
41 "color": "#d39745"
42 },
43 "hljs-link": {
44 "color": "#d39745"
45 },
46 "hljs-meta": {
47 "color": "#557182"
48 },
49 "hljs-tag": {
50 "color": "#8cbbad"
51 },
52 "hljs-name": {
53 "color": "#8cbbad",
54 "fontWeight": "bold"
55 },
56 "hljs-bullet": {
57 "color": "#8cbbad"
58 },
59 "hljs-subst": {
60 "color": "#8cbbad"
61 },
62 "hljs-emphasis": {
63 "color": "#8cbbad"
64 },
65 "hljs-type": {
66 "color": "#8cbbad",
67 "fontWeight": "bold"
68 },
69 "hljs-built_in": {
70 "color": "#8cbbad"
71 },
72 "hljs-selector-attr": {
73 "color": "#8cbbad"
74 },
75 "hljs-selector-pseudo": {
76 "color": "#8cbbad"
77 },
78 "hljs-addition": {
79 "color": "#8cbbad"
80 },
81 "hljs-variable": {
82 "color": "#8cbbad"
83 },
84 "hljs-template-tag": {
85 "color": "#8cbbad"
86 },
87 "hljs-template-variable": {
88 "color": "#8cbbad"
89 },
90 "hljs-string": {
91 "color": "#ec7600"
92 },
93 "hljs-symbol": {
94 "color": "#ec7600"
95 },
96 "hljs-comment": {
97 "color": "#818e96"
98 },
99 "hljs-quote": {
100 "color": "#818e96"
101 },
102 "hljs-deletion": {
103 "color": "#818e96"
104 },
105 "hljs-selector-class": {
106 "color": "#A082BD"
107 },
108 "hljs-doctag": {
109 "fontWeight": "bold"
110 },
111 "hljs-title": {
112 "fontWeight": "bold"
113 },
114 "hljs-strong": {
115 "fontWeight": "bold"
116 }
117}
Note: See TracBrowser for help on using the repository browser.