source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/hopscotch.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: 3.0 KB
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = void 0;
7var _default = {
8 "code[class*=\"language-\"]": {
9 "fontFamily": "\"Fira Mono\", Menlo, Monaco, \"Lucida Console\", \"Courier New\", Courier, monospace",
10 "fontSize": "16px",
11 "lineHeight": "1.375",
12 "direction": "ltr",
13 "textAlign": "left",
14 "wordSpacing": "normal",
15 "MozTabSize": "4",
16 "OTabSize": "4",
17 "tabSize": "4",
18 "WebkitHyphens": "none",
19 "MozHyphens": "none",
20 "msHyphens": "none",
21 "hyphens": "none",
22 "whiteSpace": "pre-wrap",
23 "wordBreak": "break-all",
24 "wordWrap": "break-word",
25 "background": "#322931",
26 "color": "#b9b5b8"
27 },
28 "pre[class*=\"language-\"]": {
29 "fontFamily": "\"Fira Mono\", Menlo, Monaco, \"Lucida Console\", \"Courier New\", Courier, monospace",
30 "fontSize": "16px",
31 "lineHeight": "1.375",
32 "direction": "ltr",
33 "textAlign": "left",
34 "wordSpacing": "normal",
35 "MozTabSize": "4",
36 "OTabSize": "4",
37 "tabSize": "4",
38 "WebkitHyphens": "none",
39 "MozHyphens": "none",
40 "msHyphens": "none",
41 "hyphens": "none",
42 "whiteSpace": "pre-wrap",
43 "wordBreak": "break-all",
44 "wordWrap": "break-word",
45 "background": "#322931",
46 "color": "#b9b5b8",
47 "padding": "1em",
48 "margin": ".5em 0",
49 "overflow": "auto"
50 },
51 "pre > code[class*=\"language-\"]": {
52 "fontSize": "1em"
53 },
54 ":not(pre) > code[class*=\"language-\"]": {
55 "padding": ".1em",
56 "borderRadius": ".3em"
57 },
58 "comment": {
59 "color": "#797379"
60 },
61 "prolog": {
62 "color": "#797379"
63 },
64 "doctype": {
65 "color": "#797379"
66 },
67 "cdata": {
68 "color": "#797379"
69 },
70 "punctuation": {
71 "color": "#b9b5b8"
72 },
73 ".namespace": {
74 "Opacity": ".7"
75 },
76 "null": {
77 "color": "#fd8b19"
78 },
79 "operator": {
80 "color": "#fd8b19"
81 },
82 "boolean": {
83 "color": "#fd8b19"
84 },
85 "number": {
86 "color": "#fd8b19"
87 },
88 "property": {
89 "color": "#fdcc59"
90 },
91 "tag": {
92 "color": "#1290bf"
93 },
94 "string": {
95 "color": "#149b93"
96 },
97 "selector": {
98 "color": "#c85e7c"
99 },
100 "attr-name": {
101 "color": "#fd8b19"
102 },
103 "entity": {
104 "color": "#149b93",
105 "cursor": "help"
106 },
107 "url": {
108 "color": "#149b93"
109 },
110 ".language-css .token.string": {
111 "color": "#149b93"
112 },
113 ".style .token.string": {
114 "color": "#149b93"
115 },
116 "attr-value": {
117 "color": "#8fc13e"
118 },
119 "keyword": {
120 "color": "#8fc13e"
121 },
122 "control": {
123 "color": "#8fc13e"
124 },
125 "directive": {
126 "color": "#8fc13e"
127 },
128 "unit": {
129 "color": "#8fc13e"
130 },
131 "statement": {
132 "color": "#149b93"
133 },
134 "regex": {
135 "color": "#149b93"
136 },
137 "atrule": {
138 "color": "#149b93"
139 },
140 "placeholder": {
141 "color": "#1290bf"
142 },
143 "variable": {
144 "color": "#1290bf"
145 },
146 "important": {
147 "color": "#dd464c",
148 "fontWeight": "bold"
149 },
150 "pre > code.highlight": {
151 "Outline": ".4em solid red",
152 "OutlineOffset": ".4em"
153 }
154};
155exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.