source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/xt256.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.8 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 "color": "#eaeaea",
12 "background": "#000",
13 "padding": "0.5em"
14 },
15 "hljs-subst": {
16 "color": "#eaeaea"
17 },
18 "hljs-emphasis": {
19 "fontStyle": "italic"
20 },
21 "hljs-strong": {
22 "fontWeight": "bold"
23 },
24 "hljs-builtin-name": {
25 "color": "#eaeaea"
26 },
27 "hljs-type": {
28 "color": "#eaeaea"
29 },
30 "hljs-params": {
31 "color": "#da0000"
32 },
33 "hljs-literal": {
34 "color": "#ff0000",
35 "fontWeight": "bolder"
36 },
37 "hljs-number": {
38 "color": "#ff0000",
39 "fontWeight": "bolder"
40 },
41 "hljs-name": {
42 "color": "#ff0000",
43 "fontWeight": "bolder"
44 },
45 "hljs-comment": {
46 "color": "#969896"
47 },
48 "hljs-selector-id": {
49 "color": "#00ffff"
50 },
51 "hljs-quote": {
52 "color": "#00ffff"
53 },
54 "hljs-template-variable": {
55 "color": "#00ffff",
56 "fontWeight": "bold"
57 },
58 "hljs-variable": {
59 "color": "#00ffff",
60 "fontWeight": "bold"
61 },
62 "hljs-title": {
63 "color": "#00ffff",
64 "fontWeight": "bold"
65 },
66 "hljs-selector-class": {
67 "color": "#fff000"
68 },
69 "hljs-keyword": {
70 "color": "#fff000"
71 },
72 "hljs-symbol": {
73 "color": "#fff000"
74 },
75 "hljs-string": {
76 "color": "#00ff00"
77 },
78 "hljs-bullet": {
79 "color": "#00ff00"
80 },
81 "hljs-tag": {
82 "color": "#000fff"
83 },
84 "hljs-section": {
85 "color": "#000fff"
86 },
87 "hljs-selector-tag": {
88 "color": "#000fff",
89 "fontWeight": "bold"
90 },
91 "hljs-attribute": {
92 "color": "#ff00ff"
93 },
94 "hljs-built_in": {
95 "color": "#ff00ff"
96 },
97 "hljs-regexp": {
98 "color": "#ff00ff"
99 },
100 "hljs-link": {
101 "color": "#ff00ff"
102 },
103 "hljs-meta": {
104 "color": "#fff",
105 "fontWeight": "bolder"
106 }
107};
108exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.