source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/foundation.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.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": "#eee",
13 "color": "black"
14 },
15 "hljs-link": {
16 "color": "#070"
17 },
18 "hljs-emphasis": {
19 "color": "#070",
20 "fontStyle": "italic"
21 },
22 "hljs-attribute": {
23 "color": "#070"
24 },
25 "hljs-addition": {
26 "color": "#070"
27 },
28 "hljs-strong": {
29 "color": "#d14",
30 "fontWeight": "bold"
31 },
32 "hljs-string": {
33 "color": "#d14"
34 },
35 "hljs-deletion": {
36 "color": "#d14"
37 },
38 "hljs-quote": {
39 "color": "#998",
40 "fontStyle": "italic"
41 },
42 "hljs-comment": {
43 "color": "#998",
44 "fontStyle": "italic"
45 },
46 "hljs-section": {
47 "color": "#900"
48 },
49 "hljs-title": {
50 "color": "#900"
51 },
52 "hljs-class .hljs-title": {
53 "color": "#458"
54 },
55 "hljs-type": {
56 "color": "#458"
57 },
58 "hljs-variable": {
59 "color": "#336699"
60 },
61 "hljs-template-variable": {
62 "color": "#336699"
63 },
64 "hljs-bullet": {
65 "color": "#997700"
66 },
67 "hljs-meta": {
68 "color": "#3344bb"
69 },
70 "hljs-code": {
71 "color": "#099"
72 },
73 "hljs-number": {
74 "color": "#099"
75 },
76 "hljs-literal": {
77 "color": "#099"
78 },
79 "hljs-keyword": {
80 "color": "#099"
81 },
82 "hljs-selector-tag": {
83 "color": "#099"
84 },
85 "hljs-regexp": {
86 "backgroundColor": "#fff0ff",
87 "color": "#880088"
88 },
89 "hljs-symbol": {
90 "color": "#990073"
91 },
92 "hljs-tag": {
93 "color": "#007700"
94 },
95 "hljs-name": {
96 "color": "#007700"
97 },
98 "hljs-selector-id": {
99 "color": "#007700"
100 },
101 "hljs-selector-class": {
102 "color": "#007700"
103 }
104};
105exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.