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