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