source: node_modules/react-syntax-highlighter/src/styles/hljs/docco.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.1 KB
RevLine 
[d24f17c]1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "color": "#000",
7 "background": "#f8f8ff"
8 },
9 "hljs-comment": {
10 "color": "#408080",
11 "fontStyle": "italic"
12 },
13 "hljs-quote": {
14 "color": "#408080",
15 "fontStyle": "italic"
16 },
17 "hljs-keyword": {
18 "color": "#954121"
19 },
20 "hljs-selector-tag": {
21 "color": "#954121"
22 },
23 "hljs-literal": {
24 "color": "#954121"
25 },
26 "hljs-subst": {
27 "color": "#954121"
28 },
29 "hljs-number": {
30 "color": "#40a070"
31 },
32 "hljs-string": {
33 "color": "#219161"
34 },
35 "hljs-doctag": {
36 "color": "#219161"
37 },
38 "hljs-selector-id": {
39 "color": "#19469d"
40 },
41 "hljs-selector-class": {
42 "color": "#19469d"
43 },
44 "hljs-section": {
45 "color": "#19469d"
46 },
47 "hljs-type": {
48 "color": "#19469d"
49 },
50 "hljs-params": {
51 "color": "#00f"
52 },
53 "hljs-title": {
54 "color": "#458",
55 "fontWeight": "bold"
56 },
57 "hljs-tag": {
58 "color": "#000080",
59 "fontWeight": "normal"
60 },
61 "hljs-name": {
62 "color": "#000080",
63 "fontWeight": "normal"
64 },
65 "hljs-attribute": {
66 "color": "#000080",
67 "fontWeight": "normal"
68 },
69 "hljs-variable": {
70 "color": "#008080"
71 },
72 "hljs-template-variable": {
73 "color": "#008080"
74 },
75 "hljs-regexp": {
76 "color": "#b68"
77 },
78 "hljs-link": {
79 "color": "#b68"
80 },
81 "hljs-symbol": {
82 "color": "#990073"
83 },
84 "hljs-bullet": {
85 "color": "#990073"
86 },
87 "hljs-built_in": {
88 "color": "#0086b3"
89 },
90 "hljs-builtin-name": {
91 "color": "#0086b3"
92 },
93 "hljs-meta": {
94 "color": "#999",
95 "fontWeight": "bold"
96 },
97 "hljs-deletion": {
98 "background": "#fdd"
99 },
100 "hljs-addition": {
101 "background": "#dfd"
102 },
103 "hljs-emphasis": {
104 "fontStyle": "italic"
105 },
106 "hljs-strong": {
107 "fontWeight": "bold"
108 }
109}
Note: See TracBrowser for help on using the repository browser.