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