source: node_modules/react-syntax-highlighter/dist/cjs/styles/hljs/railscasts.js@ e48199a

main
Last change on this file since e48199a was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 2.0 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": "#232323",
13 "color": "#e6e1dc"
14 },
15 "hljs-comment": {
16 "color": "#bc9458",
17 "fontStyle": "italic"
18 },
19 "hljs-quote": {
20 "color": "#bc9458",
21 "fontStyle": "italic"
22 },
23 "hljs-keyword": {
24 "color": "#c26230"
25 },
26 "hljs-selector-tag": {
27 "color": "#c26230"
28 },
29 "hljs-string": {
30 "color": "#a5c261"
31 },
32 "hljs-number": {
33 "color": "#a5c261"
34 },
35 "hljs-regexp": {
36 "color": "#a5c261"
37 },
38 "hljs-variable": {
39 "color": "#a5c261"
40 },
41 "hljs-template-variable": {
42 "color": "#a5c261"
43 },
44 "hljs-subst": {
45 "color": "#519f50"
46 },
47 "hljs-tag": {
48 "color": "#e8bf6a"
49 },
50 "hljs-name": {
51 "color": "#e8bf6a"
52 },
53 "hljs-type": {
54 "color": "#da4939"
55 },
56 "hljs-symbol": {
57 "color": "#6d9cbe"
58 },
59 "hljs-bullet": {
60 "color": "#6d9cbe"
61 },
62 "hljs-built_in": {
63 "color": "#6d9cbe"
64 },
65 "hljs-builtin-name": {
66 "color": "#6d9cbe"
67 },
68 "hljs-attr": {
69 "color": "#6d9cbe"
70 },
71 "hljs-link": {
72 "color": "#6d9cbe",
73 "textDecoration": "underline"
74 },
75 "hljs-params": {
76 "color": "#d0d0ff"
77 },
78 "hljs-attribute": {
79 "color": "#cda869"
80 },
81 "hljs-meta": {
82 "color": "#9b859d"
83 },
84 "hljs-title": {
85 "color": "#ffc66d"
86 },
87 "hljs-section": {
88 "color": "#ffc66d"
89 },
90 "hljs-addition": {
91 "backgroundColor": "#144212",
92 "color": "#e6e1dc",
93 "display": "inline-block",
94 "width": "100%"
95 },
96 "hljs-deletion": {
97 "backgroundColor": "#600",
98 "color": "#e6e1dc",
99 "display": "inline-block",
100 "width": "100%"
101 },
102 "hljs-selector-class": {
103 "color": "#9b703f"
104 },
105 "hljs-selector-id": {
106 "color": "#8b98ab"
107 },
108 "hljs-emphasis": {
109 "fontStyle": "italic"
110 },
111 "hljs-strong": {
112 "fontWeight": "bold"
113 }
114};
115exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.