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