source: node_modules/react-syntax-highlighter/src/styles/hljs/ascetic.js@ e48199a

main
Last change on this file since e48199a was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 1.2 KB
Line 
1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "background": "white",
7 "color": "black"
8 },
9 "hljs-string": {
10 "color": "#888"
11 },
12 "hljs-variable": {
13 "color": "#888"
14 },
15 "hljs-template-variable": {
16 "color": "#888"
17 },
18 "hljs-symbol": {
19 "color": "#888"
20 },
21 "hljs-bullet": {
22 "color": "#888"
23 },
24 "hljs-section": {
25 "color": "#888",
26 "fontWeight": "bold"
27 },
28 "hljs-addition": {
29 "color": "#888"
30 },
31 "hljs-attribute": {
32 "color": "#888"
33 },
34 "hljs-link": {
35 "color": "#888"
36 },
37 "hljs-comment": {
38 "color": "#ccc"
39 },
40 "hljs-quote": {
41 "color": "#ccc"
42 },
43 "hljs-meta": {
44 "color": "#ccc"
45 },
46 "hljs-deletion": {
47 "color": "#ccc"
48 },
49 "hljs-keyword": {
50 "fontWeight": "bold"
51 },
52 "hljs-selector-tag": {
53 "fontWeight": "bold"
54 },
55 "hljs-name": {
56 "fontWeight": "bold"
57 },
58 "hljs-type": {
59 "fontWeight": "bold"
60 },
61 "hljs-strong": {
62 "fontWeight": "bold"
63 },
64 "hljs-emphasis": {
65 "fontStyle": "italic"
66 }
67}
Note: See TracBrowser for help on using the repository browser.