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