source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/ascetic.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: 1.2 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": "white",
13 "color": "black"
14 },
15 "hljs-string": {
16 "color": "#888"
17 },
18 "hljs-variable": {
19 "color": "#888"
20 },
21 "hljs-template-variable": {
22 "color": "#888"
23 },
24 "hljs-symbol": {
25 "color": "#888"
26 },
27 "hljs-bullet": {
28 "color": "#888"
29 },
30 "hljs-section": {
31 "color": "#888",
32 "fontWeight": "bold"
33 },
34 "hljs-addition": {
35 "color": "#888"
36 },
37 "hljs-attribute": {
38 "color": "#888"
39 },
40 "hljs-link": {
41 "color": "#888"
42 },
43 "hljs-comment": {
44 "color": "#ccc"
45 },
46 "hljs-quote": {
47 "color": "#ccc"
48 },
49 "hljs-meta": {
50 "color": "#ccc"
51 },
52 "hljs-deletion": {
53 "color": "#ccc"
54 },
55 "hljs-keyword": {
56 "fontWeight": "bold"
57 },
58 "hljs-selector-tag": {
59 "fontWeight": "bold"
60 },
61 "hljs-name": {
62 "fontWeight": "bold"
63 },
64 "hljs-type": {
65 "fontWeight": "bold"
66 },
67 "hljs-strong": {
68 "fontWeight": "bold"
69 },
70 "hljs-emphasis": {
71 "fontStyle": "italic"
72 }
73};
74exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.