source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/school-book.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.9 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": "15px 0.5em 0.5em 30px",
12 "fontSize": "11px",
13 "lineHeight": "16px",
14 "background": "#f6f6ae url(./school-book.png)",
15 "borderTop": "solid 2px #d2e8b9",
16 "borderBottom": "solid 1px #d2e8b9",
17 "color": "#3e5915"
18 },
19 "hljs-keyword": {
20 "color": "#005599",
21 "fontWeight": "bold"
22 },
23 "hljs-selector-tag": {
24 "color": "#005599",
25 "fontWeight": "bold"
26 },
27 "hljs-literal": {
28 "color": "#005599",
29 "fontWeight": "bold"
30 },
31 "hljs-subst": {
32 "color": "#3e5915"
33 },
34 "hljs-string": {
35 "color": "#2c009f"
36 },
37 "hljs-title": {
38 "color": "#2c009f",
39 "fontWeight": "bold"
40 },
41 "hljs-section": {
42 "color": "#2c009f",
43 "fontWeight": "bold"
44 },
45 "hljs-type": {
46 "color": "#2c009f",
47 "fontWeight": "bold"
48 },
49 "hljs-symbol": {
50 "color": "#2c009f"
51 },
52 "hljs-bullet": {
53 "color": "#2c009f"
54 },
55 "hljs-attribute": {
56 "color": "#2c009f"
57 },
58 "hljs-built_in": {
59 "color": "#2c009f"
60 },
61 "hljs-builtin-name": {
62 "color": "#2c009f"
63 },
64 "hljs-addition": {
65 "color": "#2c009f"
66 },
67 "hljs-variable": {
68 "color": "#2c009f"
69 },
70 "hljs-template-tag": {
71 "color": "#2c009f"
72 },
73 "hljs-template-variable": {
74 "color": "#2c009f"
75 },
76 "hljs-link": {
77 "color": "#2c009f"
78 },
79 "hljs-comment": {
80 "color": "#e60415"
81 },
82 "hljs-quote": {
83 "color": "#e60415"
84 },
85 "hljs-deletion": {
86 "color": "#e60415"
87 },
88 "hljs-meta": {
89 "color": "#e60415"
90 },
91 "hljs-doctag": {
92 "fontWeight": "bold"
93 },
94 "hljs-name": {
95 "fontWeight": "bold"
96 },
97 "hljs-selector-id": {
98 "fontWeight": "bold"
99 },
100 "hljs-strong": {
101 "fontWeight": "bold"
102 },
103 "hljs-emphasis": {
104 "fontStyle": "italic"
105 }
106};
107exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.