source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/github.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.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 "color": "#333",
13 "background": "#f8f8f8"
14 },
15 "hljs-comment": {
16 "color": "#998",
17 "fontStyle": "italic"
18 },
19 "hljs-quote": {
20 "color": "#998",
21 "fontStyle": "italic"
22 },
23 "hljs-keyword": {
24 "color": "#333",
25 "fontWeight": "bold"
26 },
27 "hljs-selector-tag": {
28 "color": "#333",
29 "fontWeight": "bold"
30 },
31 "hljs-subst": {
32 "color": "#333",
33 "fontWeight": "normal"
34 },
35 "hljs-number": {
36 "color": "#008080"
37 },
38 "hljs-literal": {
39 "color": "#008080"
40 },
41 "hljs-variable": {
42 "color": "#008080"
43 },
44 "hljs-template-variable": {
45 "color": "#008080"
46 },
47 "hljs-tag .hljs-attr": {
48 "color": "#008080"
49 },
50 "hljs-string": {
51 "color": "#d14"
52 },
53 "hljs-doctag": {
54 "color": "#d14"
55 },
56 "hljs-title": {
57 "color": "#900",
58 "fontWeight": "bold"
59 },
60 "hljs-section": {
61 "color": "#900",
62 "fontWeight": "bold"
63 },
64 "hljs-selector-id": {
65 "color": "#900",
66 "fontWeight": "bold"
67 },
68 "hljs-type": {
69 "color": "#458",
70 "fontWeight": "bold"
71 },
72 "hljs-class .hljs-title": {
73 "color": "#458",
74 "fontWeight": "bold"
75 },
76 "hljs-tag": {
77 "color": "#000080",
78 "fontWeight": "normal"
79 },
80 "hljs-name": {
81 "color": "#000080",
82 "fontWeight": "normal"
83 },
84 "hljs-attribute": {
85 "color": "#000080",
86 "fontWeight": "normal"
87 },
88 "hljs-regexp": {
89 "color": "#009926"
90 },
91 "hljs-link": {
92 "color": "#009926"
93 },
94 "hljs-symbol": {
95 "color": "#990073"
96 },
97 "hljs-bullet": {
98 "color": "#990073"
99 },
100 "hljs-built_in": {
101 "color": "#0086b3"
102 },
103 "hljs-builtin-name": {
104 "color": "#0086b3"
105 },
106 "hljs-meta": {
107 "color": "#999",
108 "fontWeight": "bold"
109 },
110 "hljs-deletion": {
111 "background": "#fdd"
112 },
113 "hljs-addition": {
114 "background": "#dfd"
115 },
116 "hljs-emphasis": {
117 "fontStyle": "italic"
118 },
119 "hljs-strong": {
120 "fontWeight": "bold"
121 }
122};
123exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.