source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/brown-paper.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.7 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": "#b7a68e url(./brown-papersq.png)",
13 "color": "#363c69"
14 },
15 "hljs-keyword": {
16 "color": "#005599",
17 "fontWeight": "bold"
18 },
19 "hljs-selector-tag": {
20 "color": "#005599",
21 "fontWeight": "bold"
22 },
23 "hljs-literal": {
24 "color": "#005599",
25 "fontWeight": "bold"
26 },
27 "hljs-subst": {
28 "color": "#363c69"
29 },
30 "hljs-string": {
31 "color": "#2c009f"
32 },
33 "hljs-title": {
34 "color": "#2c009f",
35 "fontWeight": "bold"
36 },
37 "hljs-section": {
38 "color": "#2c009f",
39 "fontWeight": "bold"
40 },
41 "hljs-type": {
42 "color": "#2c009f",
43 "fontWeight": "bold"
44 },
45 "hljs-attribute": {
46 "color": "#2c009f"
47 },
48 "hljs-symbol": {
49 "color": "#2c009f"
50 },
51 "hljs-bullet": {
52 "color": "#2c009f"
53 },
54 "hljs-built_in": {
55 "color": "#2c009f"
56 },
57 "hljs-addition": {
58 "color": "#2c009f"
59 },
60 "hljs-variable": {
61 "color": "#2c009f"
62 },
63 "hljs-template-tag": {
64 "color": "#2c009f"
65 },
66 "hljs-template-variable": {
67 "color": "#2c009f"
68 },
69 "hljs-link": {
70 "color": "#2c009f"
71 },
72 "hljs-name": {
73 "color": "#2c009f",
74 "fontWeight": "bold"
75 },
76 "hljs-comment": {
77 "color": "#802022"
78 },
79 "hljs-quote": {
80 "color": "#802022"
81 },
82 "hljs-meta": {
83 "color": "#802022"
84 },
85 "hljs-deletion": {
86 "color": "#802022"
87 },
88 "hljs-doctag": {
89 "fontWeight": "bold"
90 },
91 "hljs-strong": {
92 "fontWeight": "bold"
93 },
94 "hljs-emphasis": {
95 "fontStyle": "italic"
96 }
97};
98exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.