source: node_modules/react-syntax-highlighter/src/styles/hljs/brown-paper.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: 1.8 KB
RevLine 
[d24f17c]1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "background": "#b7a68e url(./brown-papersq.png)",
7 "color": "#363c69"
8 },
9 "hljs-keyword": {
10 "color": "#005599",
11 "fontWeight": "bold"
12 },
13 "hljs-selector-tag": {
14 "color": "#005599",
15 "fontWeight": "bold"
16 },
17 "hljs-literal": {
18 "color": "#005599",
19 "fontWeight": "bold"
20 },
21 "hljs-subst": {
22 "color": "#363c69"
23 },
24 "hljs-string": {
25 "color": "#2c009f"
26 },
27 "hljs-title": {
28 "color": "#2c009f",
29 "fontWeight": "bold"
30 },
31 "hljs-section": {
32 "color": "#2c009f",
33 "fontWeight": "bold"
34 },
35 "hljs-type": {
36 "color": "#2c009f",
37 "fontWeight": "bold"
38 },
39 "hljs-attribute": {
40 "color": "#2c009f"
41 },
42 "hljs-symbol": {
43 "color": "#2c009f"
44 },
45 "hljs-bullet": {
46 "color": "#2c009f"
47 },
48 "hljs-built_in": {
49 "color": "#2c009f"
50 },
51 "hljs-addition": {
52 "color": "#2c009f"
53 },
54 "hljs-variable": {
55 "color": "#2c009f"
56 },
57 "hljs-template-tag": {
58 "color": "#2c009f"
59 },
60 "hljs-template-variable": {
61 "color": "#2c009f"
62 },
63 "hljs-link": {
64 "color": "#2c009f"
65 },
66 "hljs-name": {
67 "color": "#2c009f",
68 "fontWeight": "bold"
69 },
70 "hljs-comment": {
71 "color": "#802022"
72 },
73 "hljs-quote": {
74 "color": "#802022"
75 },
76 "hljs-meta": {
77 "color": "#802022"
78 },
79 "hljs-deletion": {
80 "color": "#802022"
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.