source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/atelier-forest-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: 1.6 KB
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = void 0;
7var _default = {
8 "hljs-comment": {
9 "color": "#766e6b"
10 },
11 "hljs-quote": {
12 "color": "#766e6b"
13 },
14 "hljs-variable": {
15 "color": "#f22c40"
16 },
17 "hljs-template-variable": {
18 "color": "#f22c40"
19 },
20 "hljs-attribute": {
21 "color": "#f22c40"
22 },
23 "hljs-tag": {
24 "color": "#f22c40"
25 },
26 "hljs-name": {
27 "color": "#f22c40"
28 },
29 "hljs-regexp": {
30 "color": "#f22c40"
31 },
32 "hljs-link": {
33 "color": "#f22c40"
34 },
35 "hljs-selector-id": {
36 "color": "#f22c40"
37 },
38 "hljs-selector-class": {
39 "color": "#f22c40"
40 },
41 "hljs-number": {
42 "color": "#df5320"
43 },
44 "hljs-meta": {
45 "color": "#df5320"
46 },
47 "hljs-built_in": {
48 "color": "#df5320"
49 },
50 "hljs-builtin-name": {
51 "color": "#df5320"
52 },
53 "hljs-literal": {
54 "color": "#df5320"
55 },
56 "hljs-type": {
57 "color": "#df5320"
58 },
59 "hljs-params": {
60 "color": "#df5320"
61 },
62 "hljs-string": {
63 "color": "#7b9726"
64 },
65 "hljs-symbol": {
66 "color": "#7b9726"
67 },
68 "hljs-bullet": {
69 "color": "#7b9726"
70 },
71 "hljs-title": {
72 "color": "#407ee7"
73 },
74 "hljs-section": {
75 "color": "#407ee7"
76 },
77 "hljs-keyword": {
78 "color": "#6666ea"
79 },
80 "hljs-selector-tag": {
81 "color": "#6666ea"
82 },
83 "hljs": {
84 "display": "block",
85 "overflowX": "auto",
86 "background": "#f1efee",
87 "color": "#68615e",
88 "padding": "0.5em"
89 },
90 "hljs-emphasis": {
91 "fontStyle": "italic"
92 },
93 "hljs-strong": {
94 "fontWeight": "bold"
95 }
96};
97exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.