source: node_modules/react-syntax-highlighter/src/styles/hljs/far.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.9 KB
Line 
1export default {
2 "hljs": {
3 "display": "block",
4 "overflowX": "auto",
5 "padding": "0.5em",
6 "background": "#000080",
7 "color": "#0ff"
8 },
9 "hljs-subst": {
10 "color": "#0ff"
11 },
12 "hljs-string": {
13 "color": "#ff0"
14 },
15 "hljs-attribute": {
16 "color": "#ff0"
17 },
18 "hljs-symbol": {
19 "color": "#ff0"
20 },
21 "hljs-bullet": {
22 "color": "#ff0"
23 },
24 "hljs-built_in": {
25 "color": "#ff0"
26 },
27 "hljs-builtin-name": {
28 "color": "#ff0"
29 },
30 "hljs-template-tag": {
31 "color": "#ff0"
32 },
33 "hljs-template-variable": {
34 "color": "#ff0"
35 },
36 "hljs-addition": {
37 "color": "#ff0"
38 },
39 "hljs-keyword": {
40 "color": "#fff",
41 "fontWeight": "bold"
42 },
43 "hljs-selector-tag": {
44 "color": "#fff",
45 "fontWeight": "bold"
46 },
47 "hljs-section": {
48 "color": "#fff",
49 "fontWeight": "bold"
50 },
51 "hljs-type": {
52 "color": "#fff"
53 },
54 "hljs-name": {
55 "color": "#fff",
56 "fontWeight": "bold"
57 },
58 "hljs-selector-id": {
59 "color": "#fff"
60 },
61 "hljs-selector-class": {
62 "color": "#fff"
63 },
64 "hljs-variable": {
65 "color": "#fff"
66 },
67 "hljs-comment": {
68 "color": "#888"
69 },
70 "hljs-quote": {
71 "color": "#888"
72 },
73 "hljs-doctag": {
74 "color": "#888"
75 },
76 "hljs-deletion": {
77 "color": "#888"
78 },
79 "hljs-number": {
80 "color": "#0f0"
81 },
82 "hljs-regexp": {
83 "color": "#0f0"
84 },
85 "hljs-literal": {
86 "color": "#0f0"
87 },
88 "hljs-link": {
89 "color": "#0f0"
90 },
91 "hljs-meta": {
92 "color": "#008080"
93 },
94 "hljs-title": {
95 "fontWeight": "bold"
96 },
97 "hljs-strong": {
98 "fontWeight": "bold"
99 },
100 "hljs-emphasis": {
101 "fontStyle": "italic"
102 }
103}
Note: See TracBrowser for help on using the repository browser.