source: node_modules/react-syntax-highlighter/src/styles/hljs/school-book.js@ 65b6638

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

Initial commit

  • Property mode set to 100644
File size: 2.0 KB
Line 
1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "15px 0.5em 0.5em 30px",
6 "fontSize": "11px",
7 "lineHeight": "16px",
8 "background": "#f6f6ae url(./school-book.png)",
9 "borderTop": "solid 2px #d2e8b9",
10 "borderBottom": "solid 1px #d2e8b9",
11 "color": "#3e5915"
12 },
13 "hljs-keyword": {
14 "color": "#005599",
15 "fontWeight": "bold"
16 },
17 "hljs-selector-tag": {
18 "color": "#005599",
19 "fontWeight": "bold"
20 },
21 "hljs-literal": {
22 "color": "#005599",
23 "fontWeight": "bold"
24 },
25 "hljs-subst": {
26 "color": "#3e5915"
27 },
28 "hljs-string": {
29 "color": "#2c009f"
30 },
31 "hljs-title": {
32 "color": "#2c009f",
33 "fontWeight": "bold"
34 },
35 "hljs-section": {
36 "color": "#2c009f",
37 "fontWeight": "bold"
38 },
39 "hljs-type": {
40 "color": "#2c009f",
41 "fontWeight": "bold"
42 },
43 "hljs-symbol": {
44 "color": "#2c009f"
45 },
46 "hljs-bullet": {
47 "color": "#2c009f"
48 },
49 "hljs-attribute": {
50 "color": "#2c009f"
51 },
52 "hljs-built_in": {
53 "color": "#2c009f"
54 },
55 "hljs-builtin-name": {
56 "color": "#2c009f"
57 },
58 "hljs-addition": {
59 "color": "#2c009f"
60 },
61 "hljs-variable": {
62 "color": "#2c009f"
63 },
64 "hljs-template-tag": {
65 "color": "#2c009f"
66 },
67 "hljs-template-variable": {
68 "color": "#2c009f"
69 },
70 "hljs-link": {
71 "color": "#2c009f"
72 },
73 "hljs-comment": {
74 "color": "#e60415"
75 },
76 "hljs-quote": {
77 "color": "#e60415"
78 },
79 "hljs-deletion": {
80 "color": "#e60415"
81 },
82 "hljs-meta": {
83 "color": "#e60415"
84 },
85 "hljs-doctag": {
86 "fontWeight": "bold"
87 },
88 "hljs-name": {
89 "fontWeight": "bold"
90 },
91 "hljs-selector-id": {
92 "fontWeight": "bold"
93 },
94 "hljs-strong": {
95 "fontWeight": "bold"
96 },
97 "hljs-emphasis": {
98 "fontStyle": "italic"
99 }
100}
Note: See TracBrowser for help on using the repository browser.