source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/github-gist.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 "background": "white",
11 "padding": "0.5em",
12 "color": "#333333",
13 "overflowX": "auto"
14 },
15 "hljs-comment": {
16 "color": "#969896"
17 },
18 "hljs-meta": {
19 "color": "#969896"
20 },
21 "hljs-variable": {
22 "color": "#df5000"
23 },
24 "hljs-template-variable": {
25 "color": "#df5000"
26 },
27 "hljs-strong": {
28 "color": "#df5000"
29 },
30 "hljs-emphasis": {
31 "color": "#df5000"
32 },
33 "hljs-quote": {
34 "color": "#df5000"
35 },
36 "hljs-keyword": {
37 "color": "#d73a49"
38 },
39 "hljs-selector-tag": {
40 "color": "#d73a49"
41 },
42 "hljs-type": {
43 "color": "#d73a49"
44 },
45 "hljs-literal": {
46 "color": "#0086b3"
47 },
48 "hljs-symbol": {
49 "color": "#0086b3"
50 },
51 "hljs-bullet": {
52 "color": "#0086b3"
53 },
54 "hljs-attribute": {
55 "color": "#0086b3"
56 },
57 "hljs-section": {
58 "color": "#63a35c"
59 },
60 "hljs-name": {
61 "color": "#63a35c"
62 },
63 "hljs-tag": {
64 "color": "#333333"
65 },
66 "hljs-title": {
67 "color": "#6f42c1"
68 },
69 "hljs-attr": {
70 "color": "#6f42c1"
71 },
72 "hljs-selector-id": {
73 "color": "#6f42c1"
74 },
75 "hljs-selector-class": {
76 "color": "#6f42c1"
77 },
78 "hljs-selector-attr": {
79 "color": "#6f42c1"
80 },
81 "hljs-selector-pseudo": {
82 "color": "#6f42c1"
83 },
84 "hljs-addition": {
85 "color": "#55a532",
86 "backgroundColor": "#eaffea"
87 },
88 "hljs-deletion": {
89 "color": "#bd2c00",
90 "backgroundColor": "#ffecec"
91 },
92 "hljs-link": {
93 "textDecoration": "underline"
94 },
95 "hljs-number": {
96 "color": "#005cc5"
97 },
98 "hljs-string": {
99 "color": "#032f62"
100 }
101};
102exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.