comparison themes/siimple/static/styles/nord.css @ 12:93f0440d452e

pasterd: add siimple theme
author David Demelier <markand@malikania.fr>
date Thu, 06 Feb 2020 10:29:02 +0100
parents
children
comparison
equal deleted inserted replaced
11:b9b046818b0c 12:93f0440d452e
1 /*
2 * Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
3 * Copyright (c) 2017-present Sven Greb <development@svengreb.de>
4 *
5 * Project: Nord highlight.js
6 * Version: 0.1.0
7 * Repository: https://github.com/arcticicestudio/nord-highlightjs
8 * License: MIT
9 * References:
10 * https://github.com/arcticicestudio/nord
11 */
12
13 .hljs {
14 display: block;
15 overflow-x: auto;
16 padding: 0.5em;
17 background: #2E3440;
18 }
19
20 .hljs,
21 .hljs-subst {
22 color: #D8DEE9;
23 }
24
25 .hljs-selector-tag {
26 color: #81A1C1;
27 }
28
29 .hljs-selector-id {
30 color: #8FBCBB;
31 font-weight: bold;
32 }
33
34 .hljs-selector-class {
35 color: #8FBCBB;
36 }
37
38 .hljs-selector-attr {
39 color: #8FBCBB;
40 }
41
42 .hljs-selector-pseudo {
43 color: #88C0D0;
44 }
45
46 .hljs-addition {
47 background-color: rgba(163, 190, 140, 0.5);
48 }
49
50 .hljs-deletion {
51 background-color: rgba(191, 97, 106, 0.5);
52 }
53
54 .hljs-built_in,
55 .hljs-type {
56 color: #8FBCBB;
57 }
58
59 .hljs-class {
60 color: #8FBCBB;
61 }
62
63 .hljs-function {
64 color: #88C0D0;
65 }
66
67 .hljs-function > .hljs-title {
68 color: #88C0D0;
69 }
70
71 .hljs-keyword,
72 .hljs-literal,
73 .hljs-symbol {
74 color: #81A1C1;
75 }
76
77 .hljs-number {
78 color: #B48EAD;
79 }
80
81 .hljs-regexp {
82 color: #EBCB8B;
83 }
84
85 .hljs-string {
86 color: #A3BE8C;
87 }
88
89 .hljs-title {
90 color: #8FBCBB;
91 }
92
93 .hljs-params {
94 color: #D8DEE9;
95 }
96
97 .hljs-bullet {
98 color: #81A1C1;
99 }
100
101 .hljs-code {
102 color: #8FBCBB;
103 }
104
105 .hljs-emphasis {
106 font-style: italic;
107 }
108
109 .hljs-formula {
110 color: #8FBCBB;
111 }
112
113 .hljs-strong {
114 font-weight: bold;
115 }
116
117 .hljs-link:hover {
118 text-decoration: underline;
119 }
120
121 .hljs-quote {
122 color: #4C566A;
123 }
124
125 .hljs-comment {
126 color: #4C566A;
127 }
128
129 .hljs-doctag {
130 color: #8FBCBB;
131 }
132
133 .hljs-meta,
134 .hljs-meta-keyword {
135 color: #5E81AC;
136 }
137
138 .hljs-meta-string {
139 color: #A3BE8C;
140 }
141
142 .hljs-attr {
143 color: #8FBCBB;
144 }
145
146 .hljs-attribute {
147 color: #D8DEE9;
148 }
149
150 .hljs-builtin-name {
151 color: #81A1C1;
152 }
153
154 .hljs-name {
155 color: #81A1C1;
156 }
157
158 .hljs-section {
159 color: #88C0D0;
160 }
161
162 .hljs-tag {
163 color: #81A1C1;
164 }
165
166 .hljs-variable {
167 color: #D8DEE9;
168 }
169
170 .hljs-template-variable {
171 color: #D8DEE9;
172 }
173
174 .hljs-template-tag {
175 color: #5E81AC;
176 }
177
178 .abnf .hljs-attribute {
179 color: #88C0D0;
180 }
181
182 .abnf .hljs-symbol {
183 color: #EBCB8B;
184 }
185
186 .apache .hljs-attribute {
187 color: #88C0D0;
188 }
189
190 .apache .hljs-section {
191 color: #81A1C1;
192 }
193
194 .arduino .hljs-built_in {
195 color: #88C0D0;
196 }
197
198 .aspectj .hljs-meta {
199 color: #D08770;
200 }
201
202 .aspectj > .hljs-title {
203 color: #88C0D0;
204 }
205
206 .bnf .hljs-attribute {
207 color: #8FBCBB;
208 }
209
210 .clojure .hljs-name {
211 color: #88C0D0;
212 }
213
214 .clojure .hljs-symbol {
215 color: #EBCB8B;
216 }
217
218 .coq .hljs-built_in {
219 color: #88C0D0;
220 }
221
222 .cpp .hljs-meta-string {
223 color: #8FBCBB;
224 }
225
226 .css .hljs-built_in {
227 color: #88C0D0;
228 }
229
230 .css .hljs-keyword {
231 color: #D08770;
232 }
233
234 .diff .hljs-meta {
235 color: #8FBCBB;
236 }
237
238 .ebnf .hljs-attribute {
239 color: #8FBCBB;
240 }
241
242 .glsl .hljs-built_in {
243 color: #88C0D0;
244 }
245
246 .groovy .hljs-meta:not(:first-child) {
247 color: #D08770;
248 }
249
250 .haxe .hljs-meta {
251 color: #D08770;
252 }
253
254 .java .hljs-meta {
255 color: #D08770;
256 }
257
258 .ldif .hljs-attribute {
259 color: #8FBCBB;
260 }
261
262 .lisp .hljs-name {
263 color: #88C0D0;
264 }
265
266 .lua .hljs-built_in {
267 color: #88C0D0;
268 }
269
270 .moonscript .hljs-built_in {
271 color: #88C0D0;
272 }
273
274 .nginx .hljs-attribute {
275 color: #88C0D0;
276 }
277
278 .nginx .hljs-section {
279 color: #5E81AC;
280 }
281
282 .pf .hljs-built_in {
283 color: #88C0D0;
284 }
285
286 .processing .hljs-built_in {
287 color: #88C0D0;
288 }
289
290 .scss .hljs-keyword {
291 color: #81A1C1;
292 }
293
294 .stylus .hljs-keyword {
295 color: #81A1C1;
296 }
297
298 .swift .hljs-meta {
299 color: #D08770;
300 }
301
302 .vim .hljs-built_in {
303 color: #88C0D0;
304 font-style: italic;
305 }
306
307 .yaml .hljs-meta {
308 color: #D08770;
309 }