source: node_modules/react-syntax-highlighter/dist/esm/styles/hljs/shades-of-purple.js

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 1.7 KB
Line 
1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "background": "#2d2b57",
7 "fontWeight": "normal",
8 "color": "#e3dfff"
9 },
10 "hljs-title": {
11 "color": "#fad000",
12 "fontWeight": "normal"
13 },
14 "hljs-name": {
15 "color": "#a1feff",
16 "fontWeight": "normal"
17 },
18 "hljs-tag": {
19 "color": "#ffffff"
20 },
21 "hljs-attr": {
22 "color": "#f8d000",
23 "fontStyle": "italic"
24 },
25 "hljs-built_in": {
26 "color": "#fb9e00"
27 },
28 "hljs-selector-tag": {
29 "color": "#fb9e00",
30 "fontWeight": "normal"
31 },
32 "hljs-section": {
33 "color": "#fb9e00"
34 },
35 "hljs-keyword": {
36 "color": "#fb9e00",
37 "fontWeight": "normal"
38 },
39 "hljs-subst": {
40 "color": "#e3dfff"
41 },
42 "hljs-string": {
43 "color": "#4cd213"
44 },
45 "hljs-attribute": {
46 "color": "#4cd213"
47 },
48 "hljs-symbol": {
49 "color": "#4cd213"
50 },
51 "hljs-bullet": {
52 "color": "#4cd213"
53 },
54 "hljs-addition": {
55 "color": "#4cd213"
56 },
57 "hljs-code": {
58 "color": "#4cd213"
59 },
60 "hljs-regexp": {
61 "color": "#4cd213"
62 },
63 "hljs-selector-class": {
64 "color": "#4cd213"
65 },
66 "hljs-selector-attr": {
67 "color": "#4cd213"
68 },
69 "hljs-selector-pseudo": {
70 "color": "#4cd213"
71 },
72 "hljs-template-tag": {
73 "color": "#4cd213"
74 },
75 "hljs-quote": {
76 "color": "#4cd213"
77 },
78 "hljs-deletion": {
79 "color": "#4cd213"
80 },
81 "hljs-meta": {
82 "color": "#fb9e00"
83 },
84 "hljs-meta-string": {
85 "color": "#fb9e00"
86 },
87 "hljs-comment": {
88 "color": "#ac65ff"
89 },
90 "hljs-literal": {
91 "fontWeight": "normal",
92 "color": "#fa658d"
93 },
94 "hljs-strong": {
95 "fontWeight": "bold"
96 },
97 "hljs-number": {
98 "color": "#fa658d"
99 },
100 "hljs-emphasis": {
101 "fontStyle": "italic"
102 }
103};
Note: See TracBrowser for help on using the repository browser.