source: node_modules/react-syntax-highlighter/dist/esm/styles/prism/lucario.min.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.8 KB
Line 
1export default {
2 "code[class*=language-]": {
3 "color": "#f8f8f2",
4 "background": "0 0",
5 "textShadow": "0 1px rgba(0,0,0,.3)",
6 "fontFamily": "Monaco,Consolas,'Andale Mono','Ubuntu Mono',monospace",
7 "textAlign": "left",
8 "whiteSpace": "pre",
9 "wordSpacing": "normal",
10 "wordBreak": "normal",
11 "wordWrap": "normal",
12 "lineHeight": "1.5",
13 "MozTabSize": "4",
14 "OTabSize": "4",
15 "tabSize": "4",
16 "WebkitHyphens": "none",
17 "MozHyphens": "none",
18 "msHyphens": "none",
19 "hyphens": "none"
20 },
21 "pre[class*=language-]": {
22 "color": "#f8f8f2",
23 "background": "#263e52",
24 "textShadow": "0 1px rgba(0,0,0,.3)",
25 "fontFamily": "Monaco,Consolas,'Andale Mono','Ubuntu Mono',monospace",
26 "textAlign": "left",
27 "whiteSpace": "pre",
28 "wordSpacing": "normal",
29 "wordBreak": "normal",
30 "wordWrap": "normal",
31 "lineHeight": "1.5",
32 "MozTabSize": "4",
33 "OTabSize": "4",
34 "tabSize": "4",
35 "WebkitHyphens": "none",
36 "MozHyphens": "none",
37 "msHyphens": "none",
38 "hyphens": "none",
39 "padding": "1em",
40 "margin": ".5em 0",
41 "overflow": "auto",
42 "borderRadius": ".3em"
43 },
44 ":not(pre)>code[class*=language-]": {
45 "background": "#263e52",
46 "padding": ".1em",
47 "borderRadius": ".3em",
48 "whiteSpace": "normal"
49 },
50 "cdata": {
51 "color": "#5c98cd"
52 },
53 "comment": {
54 "color": "#5c98cd"
55 },
56 "doctype": {
57 "color": "#5c98cd"
58 },
59 "prolog": {
60 "color": "#5c98cd"
61 },
62 "punctuation": {
63 "color": "#f8f8f2"
64 },
65 ".namespace": {
66 "Opacity": ".7"
67 },
68 "constant": {
69 "color": "#f05e5d"
70 },
71 "deleted": {
72 "color": "#f05e5d"
73 },
74 "property": {
75 "color": "#f05e5d"
76 },
77 "symbol": {
78 "color": "#f05e5d"
79 },
80 "tag": {
81 "color": "#f05e5d"
82 },
83 "boolean": {
84 "color": "#bc94f9"
85 },
86 "number": {
87 "color": "#bc94f9"
88 },
89 "attr-name": {
90 "color": "#fcfcd6"
91 },
92 "builtin": {
93 "color": "#fcfcd6"
94 },
95 "char": {
96 "color": "#fcfcd6"
97 },
98 "inserted": {
99 "color": "#fcfcd6"
100 },
101 "selector": {
102 "color": "#fcfcd6"
103 },
104 "string": {
105 "color": "#fcfcd6"
106 },
107 ".language-css .token.string": {
108 "color": "#f8f8f2"
109 },
110 ".style .token.string": {
111 "color": "#f8f8f2"
112 },
113 "entity": {
114 "color": "#f8f8f2",
115 "cursor": "help"
116 },
117 "operator": {
118 "color": "#f8f8f2"
119 },
120 "url": {
121 "color": "#f8f8f2"
122 },
123 "variable": {
124 "color": "#f8f8f2"
125 },
126 "atrule": {
127 "color": "#66d8ef"
128 },
129 "attr-value": {
130 "color": "#66d8ef"
131 },
132 "class-name": {
133 "color": "#66d8ef"
134 },
135 "function": {
136 "color": "#66d8ef"
137 },
138 "keyword": {
139 "color": "#6eb26e"
140 },
141 "important": {
142 "color": "#f05e5d",
143 "fontWeight": "700"
144 },
145 "regex": {
146 "color": "#f05e5d"
147 },
148 "bold": {
149 "fontWeight": "700"
150 },
151 "italic": {
152 "fontStyle": "italic"
153 }
154};
Note: See TracBrowser for help on using the repository browser.