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