source: node_modules/react-syntax-highlighter/src/styles/hljs/atelier-lakeside-dark.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.7 KB
Line 
1export default {
2 "hljs-comment": {
3 "color": "#7195a8"
4 },
5 "hljs-quote": {
6 "color": "#7195a8"
7 },
8 "hljs-variable": {
9 "color": "#d22d72"
10 },
11 "hljs-template-variable": {
12 "color": "#d22d72"
13 },
14 "hljs-attribute": {
15 "color": "#d22d72"
16 },
17 "hljs-tag": {
18 "color": "#d22d72"
19 },
20 "hljs-name": {
21 "color": "#d22d72"
22 },
23 "hljs-regexp": {
24 "color": "#d22d72"
25 },
26 "hljs-link": {
27 "color": "#d22d72"
28 },
29 "hljs-selector-id": {
30 "color": "#d22d72"
31 },
32 "hljs-selector-class": {
33 "color": "#d22d72"
34 },
35 "hljs-number": {
36 "color": "#935c25"
37 },
38 "hljs-meta": {
39 "color": "#935c25"
40 },
41 "hljs-built_in": {
42 "color": "#935c25"
43 },
44 "hljs-builtin-name": {
45 "color": "#935c25"
46 },
47 "hljs-literal": {
48 "color": "#935c25"
49 },
50 "hljs-type": {
51 "color": "#935c25"
52 },
53 "hljs-params": {
54 "color": "#935c25"
55 },
56 "hljs-string": {
57 "color": "#568c3b"
58 },
59 "hljs-symbol": {
60 "color": "#568c3b"
61 },
62 "hljs-bullet": {
63 "color": "#568c3b"
64 },
65 "hljs-title": {
66 "color": "#257fad"
67 },
68 "hljs-section": {
69 "color": "#257fad"
70 },
71 "hljs-keyword": {
72 "color": "#6b6bb8"
73 },
74 "hljs-selector-tag": {
75 "color": "#6b6bb8"
76 },
77 "hljs": {
78 "display": "block",
79 "overflowX": "auto",
80 "background": "#161b1d",
81 "color": "#7ea2b4",
82 "padding": "0.5em"
83 },
84 "hljs-emphasis": {
85 "fontStyle": "italic"
86 },
87 "hljs-strong": {
88 "fontWeight": "bold"
89 }
90}
Note: See TracBrowser for help on using the repository browser.