source: node_modules/react-syntax-highlighter/src/styles/hljs/xcode.js@ d24f17c

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

Initial commit

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[d24f17c]1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "background": "#fff",
7 "color": "black"
8 },
9 "xml .hljs-meta": {
10 "color": "#c0c0c0"
11 },
12 "hljs-comment": {
13 "color": "#007400"
14 },
15 "hljs-quote": {
16 "color": "#007400"
17 },
18 "hljs-tag": {
19 "color": "#aa0d91"
20 },
21 "hljs-attribute": {
22 "color": "#aa0d91"
23 },
24 "hljs-keyword": {
25 "color": "#aa0d91"
26 },
27 "hljs-selector-tag": {
28 "color": "#aa0d91"
29 },
30 "hljs-literal": {
31 "color": "#aa0d91"
32 },
33 "hljs-name": {
34 "color": "#aa0d91"
35 },
36 "hljs-variable": {
37 "color": "#3F6E74"
38 },
39 "hljs-template-variable": {
40 "color": "#3F6E74"
41 },
42 "hljs-code": {
43 "color": "#c41a16"
44 },
45 "hljs-string": {
46 "color": "#c41a16"
47 },
48 "hljs-meta-string": {
49 "color": "#c41a16"
50 },
51 "hljs-regexp": {
52 "color": "#0E0EFF"
53 },
54 "hljs-link": {
55 "color": "#0E0EFF"
56 },
57 "hljs-title": {
58 "color": "#1c00cf"
59 },
60 "hljs-symbol": {
61 "color": "#1c00cf"
62 },
63 "hljs-bullet": {
64 "color": "#1c00cf"
65 },
66 "hljs-number": {
67 "color": "#1c00cf"
68 },
69 "hljs-section": {
70 "color": "#643820"
71 },
72 "hljs-meta": {
73 "color": "#643820"
74 },
75 "hljs-class .hljs-title": {
76 "color": "#5c2699"
77 },
78 "hljs-type": {
79 "color": "#5c2699"
80 },
81 "hljs-built_in": {
82 "color": "#5c2699"
83 },
84 "hljs-builtin-name": {
85 "color": "#5c2699"
86 },
87 "hljs-params": {
88 "color": "#5c2699"
89 },
90 "hljs-attr": {
91 "color": "#836C28"
92 },
93 "hljs-subst": {
94 "color": "#000"
95 },
96 "hljs-formula": {
97 "backgroundColor": "#eee",
98 "fontStyle": "italic"
99 },
100 "hljs-addition": {
101 "backgroundColor": "#baeeba"
102 },
103 "hljs-deletion": {
104 "backgroundColor": "#ffc8bd"
105 },
106 "hljs-selector-id": {
107 "color": "#9b703f"
108 },
109 "hljs-selector-class": {
110 "color": "#9b703f"
111 },
112 "hljs-doctag": {
113 "fontWeight": "bold"
114 },
115 "hljs-strong": {
116 "fontWeight": "bold"
117 },
118 "hljs-emphasis": {
119 "fontStyle": "italic"
120 }
121}
Note: See TracBrowser for help on using the repository browser.