Spaces:
Build error
Build error
rm theme override (#42)
Browse files- src/styles/highlight-js.css +1 -178
src/styles/highlight-js.css
CHANGED
@@ -1,178 +1 @@
|
|
1 |
-
@import 'highlight.js/styles/atom-one-
|
2 |
-
|
3 |
-
/* Dark Theme */
|
4 |
-
/*
|
5 |
-
Night Owl for highlight.js (c) Carl Baxter <[email protected]>
|
6 |
-
An adaptation of Sarah Drasner's Night Owl VS Code Theme
|
7 |
-
https://github.com/sdras/night-owl-vscode-theme
|
8 |
-
Copyright (c) 2018 Sarah Drasner
|
9 |
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
10 |
-
of this software and associated documentation files (the "Software"), to deal
|
11 |
-
in the Software without restriction, including without limitation the rights
|
12 |
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
13 |
-
copies of the Software, and to permit persons to whom the Software is
|
14 |
-
furnished to do so, subject to the following conditions:
|
15 |
-
The above copyright notice and this permission notice shall be included in all
|
16 |
-
copies or substantial portions of the Software.
|
17 |
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18 |
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19 |
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20 |
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21 |
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22 |
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
23 |
-
SOFTWARE.
|
24 |
-
*/
|
25 |
-
|
26 |
-
.dark .hljs {
|
27 |
-
display: block;
|
28 |
-
overflow-x: auto;
|
29 |
-
padding: 0.5em;
|
30 |
-
background: #011627;
|
31 |
-
color: #d6deeb;
|
32 |
-
}
|
33 |
-
|
34 |
-
/* General Purpose */
|
35 |
-
.dark .hljs-keyword {
|
36 |
-
color: #c792ea;
|
37 |
-
font-style: italic;
|
38 |
-
}
|
39 |
-
.dark .hljs-built_in {
|
40 |
-
color: #addb67;
|
41 |
-
font-style: italic;
|
42 |
-
}
|
43 |
-
.dark .hljs-type {
|
44 |
-
color: #82aaff;
|
45 |
-
}
|
46 |
-
.dark .hljs-literal {
|
47 |
-
color: #ff5874;
|
48 |
-
}
|
49 |
-
.dark .hljs-number {
|
50 |
-
color: #f78c6c;
|
51 |
-
}
|
52 |
-
.dark .hljs-regexp {
|
53 |
-
color: #5ca7e4;
|
54 |
-
}
|
55 |
-
.dark .hljs-string {
|
56 |
-
color: #ecc48d;
|
57 |
-
}
|
58 |
-
.dark .hljs-subst {
|
59 |
-
color: #d3423e;
|
60 |
-
}
|
61 |
-
.dark .hljs-symbol {
|
62 |
-
color: #82aaff;
|
63 |
-
}
|
64 |
-
.dark .hljs-class {
|
65 |
-
color: #ffcb8b;
|
66 |
-
}
|
67 |
-
.dark .hljs-function {
|
68 |
-
color: #82aaff;
|
69 |
-
}
|
70 |
-
.dark .hljs-title {
|
71 |
-
color: #dcdcaa;
|
72 |
-
font-style: italic;
|
73 |
-
}
|
74 |
-
.dark .hljs-params {
|
75 |
-
color: #7fdbca;
|
76 |
-
}
|
77 |
-
|
78 |
-
/* Meta */
|
79 |
-
.dark .hljs-comment {
|
80 |
-
color: #637777;
|
81 |
-
font-style: italic;
|
82 |
-
}
|
83 |
-
.dark .hljs-doctag {
|
84 |
-
color: #7fdbca;
|
85 |
-
}
|
86 |
-
.dark .hljs-meta {
|
87 |
-
color: #82aaff;
|
88 |
-
}
|
89 |
-
.dark .hljs-meta-keyword {
|
90 |
-
color: #82aaff;
|
91 |
-
}
|
92 |
-
.dark .hljs-meta-string {
|
93 |
-
color: #ecc48d;
|
94 |
-
}
|
95 |
-
|
96 |
-
/* Tags, attributes, config */
|
97 |
-
.dark .hljs-section {
|
98 |
-
color: #82b1ff;
|
99 |
-
}
|
100 |
-
.dark .hljs-tag,
|
101 |
-
.dark .hljs-name,
|
102 |
-
.dark .hljs-builtin-name {
|
103 |
-
color: #7fdbca;
|
104 |
-
}
|
105 |
-
.dark .hljs-attr {
|
106 |
-
color: #7fdbca;
|
107 |
-
}
|
108 |
-
.dark .hljs-attribute {
|
109 |
-
color: #80cbc4;
|
110 |
-
}
|
111 |
-
.dark .hljs-variable {
|
112 |
-
color: #addb67;
|
113 |
-
}
|
114 |
-
|
115 |
-
/* Markup */
|
116 |
-
.dark .hljs-bullet {
|
117 |
-
color: #d9f5dd;
|
118 |
-
}
|
119 |
-
.dark .hljs-code {
|
120 |
-
color: #80cbc4;
|
121 |
-
}
|
122 |
-
.dark .hljs-emphasis {
|
123 |
-
color: #c792ea;
|
124 |
-
font-style: italic;
|
125 |
-
}
|
126 |
-
.dark .hljs-strong {
|
127 |
-
color: #addb67;
|
128 |
-
font-weight: bold;
|
129 |
-
}
|
130 |
-
.dark .hljs-formula {
|
131 |
-
color: #c792ea;
|
132 |
-
}
|
133 |
-
.dark .hljs-link {
|
134 |
-
color: #ff869a;
|
135 |
-
}
|
136 |
-
.dark .hljs-quote {
|
137 |
-
color: #697098;
|
138 |
-
font-style: italic;
|
139 |
-
}
|
140 |
-
|
141 |
-
/* CSS */
|
142 |
-
.dark .hljs-selector-tag {
|
143 |
-
color: #ff6363;
|
144 |
-
}
|
145 |
-
|
146 |
-
.dark .hljs-selector-id {
|
147 |
-
color: #fad430;
|
148 |
-
}
|
149 |
-
|
150 |
-
.dark .hljs-selector-class {
|
151 |
-
color: #addb67;
|
152 |
-
font-style: italic;
|
153 |
-
}
|
154 |
-
|
155 |
-
.dark .hljs-selector-attr,
|
156 |
-
.dark .hljs-selector-pseudo {
|
157 |
-
color: #c792ea;
|
158 |
-
font-style: italic;
|
159 |
-
}
|
160 |
-
|
161 |
-
/* Templates */
|
162 |
-
.dark .hljs-template-tag {
|
163 |
-
color: #c792ea;
|
164 |
-
}
|
165 |
-
.dark .hljs-template-variable {
|
166 |
-
color: #addb67;
|
167 |
-
}
|
168 |
-
|
169 |
-
/* diff */
|
170 |
-
.dark .hljs-addition {
|
171 |
-
color: #addb67ff;
|
172 |
-
font-style: italic;
|
173 |
-
}
|
174 |
-
|
175 |
-
.dark .hljs-deletion {
|
176 |
-
color: #ef535090;
|
177 |
-
font-style: italic;
|
178 |
-
}
|
|
|
1 |
+
@import 'highlight.js/styles/atom-one-dark';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|