source: node_modules/react-syntax-highlighter/src/styles/hljs/atom-one-light.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: 2.2 KB
RevLine 
[d24f17c]1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "color": "#383a42",
7 "background": "#fafafa"
8 },
9 "hljs-comment": {
10 "color": "#a0a1a7",
11 "fontStyle": "italic"
12 },
13 "hljs-quote": {
14 "color": "#a0a1a7",
15 "fontStyle": "italic"
16 },
17 "hljs-doctag": {
18 "color": "#a626a4"
19 },
20 "hljs-keyword": {
21 "color": "#a626a4"
22 },
23 "hljs-formula": {
24 "color": "#a626a4"
25 },
26 "hljs-section": {
27 "color": "#e45649"
28 },
29 "hljs-name": {
30 "color": "#e45649"
31 },
32 "hljs-selector-tag": {
33 "color": "#e45649"
34 },
35 "hljs-deletion": {
36 "color": "#e45649"
37 },
38 "hljs-subst": {
39 "color": "#e45649"
40 },
41 "hljs-literal": {
42 "color": "#0184bb"
43 },
44 "hljs-string": {
45 "color": "#50a14f"
46 },
47 "hljs-regexp": {
48 "color": "#50a14f"
49 },
50 "hljs-addition": {
51 "color": "#50a14f"
52 },
53 "hljs-attribute": {
54 "color": "#50a14f"
55 },
56 "hljs-meta-string": {
57 "color": "#50a14f"
58 },
59 "hljs-built_in": {
60 "color": "#c18401"
61 },
62 "hljs-class .hljs-title": {
63 "color": "#c18401"
64 },
65 "hljs-attr": {
66 "color": "#986801"
67 },
68 "hljs-variable": {
69 "color": "#986801"
70 },
71 "hljs-template-variable": {
72 "color": "#986801"
73 },
74 "hljs-type": {
75 "color": "#986801"
76 },
77 "hljs-selector-class": {
78 "color": "#986801"
79 },
80 "hljs-selector-attr": {
81 "color": "#986801"
82 },
83 "hljs-selector-pseudo": {
84 "color": "#986801"
85 },
86 "hljs-number": {
87 "color": "#986801"
88 },
89 "hljs-symbol": {
90 "color": "#4078f2"
91 },
92 "hljs-bullet": {
93 "color": "#4078f2"
94 },
95 "hljs-link": {
96 "color": "#4078f2",
97 "textDecoration": "underline"
98 },
99 "hljs-meta": {
100 "color": "#4078f2"
101 },
102 "hljs-selector-id": {
103 "color": "#4078f2"
104 },
105 "hljs-title": {
106 "color": "#4078f2"
107 },
108 "hljs-emphasis": {
109 "fontStyle": "italic"
110 },
111 "hljs-strong": {
112 "fontWeight": "bold"
113 }
114}
Note: See TracBrowser for help on using the repository browser.