source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/nnfx.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: 2.0 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": "#fff",
13 "color": "#000"
14 },
15 "xml .hljs-meta": {
16 "fontWeight": "bold",
17 "fontStyle": "italic",
18 "color": "#48b"
19 },
20 "hljs-comment": {
21 "fontStyle": "italic",
22 "color": "#070"
23 },
24 "hljs-quote": {
25 "fontStyle": "italic",
26 "color": "#070"
27 },
28 "hljs-name": {
29 "color": "#808",
30 "fontWeight": "bold"
31 },
32 "hljs-keyword": {
33 "color": "#808"
34 },
35 "hljs-attr": {
36 "fontWeight": "bold",
37 "color": "#000"
38 },
39 "hljs-string": {
40 "fontWeight": "normal",
41 "color": "#00f"
42 },
43 "hljs-variable": {
44 "color": "#477"
45 },
46 "hljs-template-variable": {
47 "color": "#477"
48 },
49 "hljs-code": {
50 "color": "#00f"
51 },
52 "hljs-meta-string": {
53 "color": "#00f"
54 },
55 "hljs-number": {
56 "color": "#00f"
57 },
58 "hljs-regexp": {
59 "color": "#00f"
60 },
61 "hljs-link": {
62 "color": "#00f"
63 },
64 "hljs-title": {
65 "color": "#f40"
66 },
67 "hljs-symbol": {
68 "color": "#f40"
69 },
70 "hljs-bullet": {
71 "color": "#f40"
72 },
73 "hljs-built_in": {
74 "color": "#f40"
75 },
76 "hljs-builtin-name": {
77 "color": "#f40"
78 },
79 "hljs-section": {
80 "color": "#642"
81 },
82 "hljs-meta": {
83 "color": "#642"
84 },
85 "hljs-class .hljs-title": {
86 "color": "#639"
87 },
88 "hljs-type": {
89 "color": "#639"
90 },
91 "hljs-function .hljs-title": {
92 "color": "#000"
93 },
94 "hljs-subst": {
95 "color": "#000"
96 },
97 "hljs-formula": {
98 "backgroundColor": "#eee",
99 "fontStyle": "italic"
100 },
101 "hljs-addition": {
102 "backgroundColor": "#beb"
103 },
104 "hljs-deletion": {
105 "backgroundColor": "#fbb"
106 },
107 "hljs-selector-id": {
108 "color": "#964"
109 },
110 "hljs-selector-class": {
111 "color": "#964"
112 },
113 "hljs-doctag": {
114 "fontWeight": "bold"
115 },
116 "hljs-strong": {
117 "fontWeight": "bold"
118 },
119 "hljs-emphasis": {
120 "fontStyle": "italic"
121 }
122};
123exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.