source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/shades-of-purple.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.9 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": "#2d2b57",
13 "fontWeight": "normal",
14 "color": "#e3dfff"
15 },
16 "hljs-title": {
17 "color": "#fad000",
18 "fontWeight": "normal"
19 },
20 "hljs-name": {
21 "color": "#a1feff",
22 "fontWeight": "normal"
23 },
24 "hljs-tag": {
25 "color": "#ffffff"
26 },
27 "hljs-attr": {
28 "color": "#f8d000",
29 "fontStyle": "italic"
30 },
31 "hljs-built_in": {
32 "color": "#fb9e00"
33 },
34 "hljs-selector-tag": {
35 "color": "#fb9e00",
36 "fontWeight": "normal"
37 },
38 "hljs-section": {
39 "color": "#fb9e00"
40 },
41 "hljs-keyword": {
42 "color": "#fb9e00",
43 "fontWeight": "normal"
44 },
45 "hljs-subst": {
46 "color": "#e3dfff"
47 },
48 "hljs-string": {
49 "color": "#4cd213"
50 },
51 "hljs-attribute": {
52 "color": "#4cd213"
53 },
54 "hljs-symbol": {
55 "color": "#4cd213"
56 },
57 "hljs-bullet": {
58 "color": "#4cd213"
59 },
60 "hljs-addition": {
61 "color": "#4cd213"
62 },
63 "hljs-code": {
64 "color": "#4cd213"
65 },
66 "hljs-regexp": {
67 "color": "#4cd213"
68 },
69 "hljs-selector-class": {
70 "color": "#4cd213"
71 },
72 "hljs-selector-attr": {
73 "color": "#4cd213"
74 },
75 "hljs-selector-pseudo": {
76 "color": "#4cd213"
77 },
78 "hljs-template-tag": {
79 "color": "#4cd213"
80 },
81 "hljs-quote": {
82 "color": "#4cd213"
83 },
84 "hljs-deletion": {
85 "color": "#4cd213"
86 },
87 "hljs-meta": {
88 "color": "#fb9e00"
89 },
90 "hljs-meta-string": {
91 "color": "#fb9e00"
92 },
93 "hljs-comment": {
94 "color": "#ac65ff"
95 },
96 "hljs-literal": {
97 "fontWeight": "normal",
98 "color": "#fa658d"
99 },
100 "hljs-strong": {
101 "fontWeight": "bold"
102 },
103 "hljs-number": {
104 "color": "#fa658d"
105 },
106 "hljs-emphasis": {
107 "fontStyle": "italic"
108 }
109};
110exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.