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