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