source: node_modules/react-syntax-highlighter/src/styles/hljs/pojoaque.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.0 KB
RevLine 
[d24f17c]1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "color": "#dccf8f",
7 "background": "url(./pojoaque.jpg) repeat scroll left top #181914"
8 },
9 "hljs-comment": {
10 "color": "#586e75",
11 "fontStyle": "italic"
12 },
13 "hljs-quote": {
14 "color": "#586e75",
15 "fontStyle": "italic"
16 },
17 "hljs-keyword": {
18 "color": "#b64926"
19 },
20 "hljs-selector-tag": {
21 "color": "#b64926"
22 },
23 "hljs-literal": {
24 "color": "#b64926"
25 },
26 "hljs-addition": {
27 "color": "#b64926"
28 },
29 "hljs-number": {
30 "color": "#468966"
31 },
32 "hljs-string": {
33 "color": "#468966"
34 },
35 "hljs-doctag": {
36 "color": "#468966"
37 },
38 "hljs-regexp": {
39 "color": "#468966"
40 },
41 "hljs-title": {
42 "color": "#ffb03b"
43 },
44 "hljs-section": {
45 "color": "#ffb03b"
46 },
47 "hljs-built_in": {
48 "color": "#ffb03b"
49 },
50 "hljs-name": {
51 "color": "#ffb03b"
52 },
53 "hljs-variable": {
54 "color": "#b58900"
55 },
56 "hljs-template-variable": {
57 "color": "#b58900"
58 },
59 "hljs-class .hljs-title": {
60 "color": "#b58900"
61 },
62 "hljs-type": {
63 "color": "#b58900"
64 },
65 "hljs-tag": {
66 "color": "#b58900"
67 },
68 "hljs-attribute": {
69 "color": "#b89859"
70 },
71 "hljs-symbol": {
72 "color": "#cb4b16"
73 },
74 "hljs-bullet": {
75 "color": "#cb4b16"
76 },
77 "hljs-link": {
78 "color": "#cb4b16"
79 },
80 "hljs-subst": {
81 "color": "#cb4b16"
82 },
83 "hljs-meta": {
84 "color": "#cb4b16"
85 },
86 "hljs-deletion": {
87 "color": "#dc322f"
88 },
89 "hljs-selector-id": {
90 "color": "#d3a60c"
91 },
92 "hljs-selector-class": {
93 "color": "#d3a60c"
94 },
95 "hljs-formula": {
96 "background": "#073642"
97 },
98 "hljs-emphasis": {
99 "fontStyle": "italic"
100 },
101 "hljs-strong": {
102 "fontWeight": "bold"
103 }
104}
Note: See TracBrowser for help on using the repository browser.