source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/gradient-light.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: 2.4 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": "linear-gradient(142deg, rgba(255,253,141,1) 0%, rgba(252,183,255,1) 35%, rgba(144,236,255,1) 100%)",
13 "color": "#250482"
14 },
15 "hljs-subtr": {
16 "color": "#01958B"
17 },
18 "hljs-doctag": {
19 "color": "#CB7200"
20 },
21 "hljs-meta": {
22 "color": "#CB7200"
23 },
24 "hljs-comment": {
25 "color": "#CB7200"
26 },
27 "hljs-quote": {
28 "color": "#CB7200",
29 "fontStyle": "italic"
30 },
31 "hljs-selector-tag": {
32 "color": "#07BD5F",
33 "fontWeight": "bold"
34 },
35 "hljs-selector-id": {
36 "color": "#07BD5F",
37 "fontWeight": "bold"
38 },
39 "hljs-template-tag": {
40 "color": "#07BD5F",
41 "fontWeight": "bold"
42 },
43 "hljs-regexp": {
44 "color": "#07BD5F"
45 },
46 "hljs-attr": {
47 "color": "#07BD5F"
48 },
49 "hljs-tag": {
50 "color": "#07BD5F"
51 },
52 "hljs-params": {
53 "color": "#43449F",
54 "fontWeight": "bold"
55 },
56 "hljs-selector-class": {
57 "color": "#43449F",
58 "fontWeight": "bold"
59 },
60 "hljs-bullet": {
61 "color": "#43449F"
62 },
63 "hljs-keyword": {
64 "color": "#7D2801",
65 "fontWeight": "bold"
66 },
67 "hljs-section": {
68 "color": "#7D2801",
69 "fontWeight": "bold"
70 },
71 "hljs-meta-keyword": {
72 "color": "#7D2801"
73 },
74 "hljs-symbol": {
75 "color": "#7D2801"
76 },
77 "hljs-type": {
78 "color": "#7D2801"
79 },
80 "hljs-addition": {
81 "color": "#296562"
82 },
83 "hljs-number": {
84 "color": "#7F0096"
85 },
86 "hljs-link": {
87 "color": "#7F0096"
88 },
89 "hljs-string": {
90 "color": "#38c0ff"
91 },
92 "hljs-attribute": {
93 "color": "#296562"
94 },
95 "hljs-variable": {
96 "color": "#025C8F"
97 },
98 "hljs-template-variable": {
99 "color": "#025C8F"
100 },
101 "hljs-builtin-name": {
102 "color": "#529117"
103 },
104 "hljs-built_in": {
105 "color": "#529117"
106 },
107 "hljs-formula": {
108 "color": "#529117"
109 },
110 "hljs-name": {
111 "color": "#529117"
112 },
113 "hljs-title": {
114 "color": "#529117"
115 },
116 "hljs-class": {
117 "color": "#529117"
118 },
119 "hljs-function": {
120 "color": "#529117"
121 },
122 "hljs-selector-pseudo": {
123 "color": "#AD13FF"
124 },
125 "hljs-deletion": {
126 "color": "#AD13FF"
127 },
128 "hljs-literal": {
129 "color": "#AD13FF"
130 },
131 "hljs-emphasis": {
132 "fontStyle": "italic"
133 },
134 "hljs-strong": {
135 "fontWeight": "bold"
136 }
137};
138exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.