source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/agate.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": "#333",
13 "color": "white"
14 },
15 "hljs-name": {
16 "fontWeight": "bold"
17 },
18 "hljs-strong": {
19 "fontWeight": "bold"
20 },
21 "hljs-code": {
22 "fontStyle": "italic",
23 "color": "#888"
24 },
25 "hljs-emphasis": {
26 "fontStyle": "italic"
27 },
28 "hljs-tag": {
29 "color": "#62c8f3"
30 },
31 "hljs-variable": {
32 "color": "#ade5fc"
33 },
34 "hljs-template-variable": {
35 "color": "#ade5fc"
36 },
37 "hljs-selector-id": {
38 "color": "#ade5fc"
39 },
40 "hljs-selector-class": {
41 "color": "#ade5fc"
42 },
43 "hljs-string": {
44 "color": "#a2fca2"
45 },
46 "hljs-bullet": {
47 "color": "#d36363"
48 },
49 "hljs-type": {
50 "color": "#ffa"
51 },
52 "hljs-title": {
53 "color": "#ffa"
54 },
55 "hljs-section": {
56 "color": "#ffa"
57 },
58 "hljs-attribute": {
59 "color": "#ffa"
60 },
61 "hljs-quote": {
62 "color": "#ffa"
63 },
64 "hljs-built_in": {
65 "color": "#ffa"
66 },
67 "hljs-builtin-name": {
68 "color": "#ffa"
69 },
70 "hljs-number": {
71 "color": "#d36363"
72 },
73 "hljs-symbol": {
74 "color": "#d36363"
75 },
76 "hljs-keyword": {
77 "color": "#fcc28c"
78 },
79 "hljs-selector-tag": {
80 "color": "#fcc28c"
81 },
82 "hljs-literal": {
83 "color": "#fcc28c"
84 },
85 "hljs-comment": {
86 "color": "#888"
87 },
88 "hljs-deletion": {
89 "color": "#333",
90 "backgroundColor": "#fc9b9b"
91 },
92 "hljs-regexp": {
93 "color": "#c6b4f0"
94 },
95 "hljs-link": {
96 "color": "#c6b4f0"
97 },
98 "hljs-meta": {
99 "color": "#fc9b9b"
100 },
101 "hljs-addition": {
102 "backgroundColor": "#a2fca2",
103 "color": "#333"
104 }
105};
106exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.