This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
3024-night.css
97 lines (84 loc) · 1.56 KB
/
3024-night.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
/*
Name: 3024 night
Author: Jan T. Sott (http://github.com/idleberg)
3024 color scheme and highlight.js template by Jan T. Sott (https://github.com/idleberg)
Built with a modified version of Base16 Builder by Chris Kempson (https://github.com/chriskempson)
*/
/* 3024 Comment */
.hljs-comment,
.hljs-title {
color: #807d7c;
}
/* 3024 Red */
.hljs-variable,
.hljs-attribute,
.hljs-tag,
.hljs-regexp,
.ruby .hljs-constant,
.xml .hljs-tag .hljs-title,
.xml .hljs-pi,
.xml .hljs-doctype,
.html .hljs-doctype,
.css .hljs-id,
.css .hljs-class,
.css .hljs-pseudo {
color: #db2d20;
}
/* 3024 Orange */
.hljs-number,
.hljs-preprocessor,
.hljs-built_in,
.hljs-literal,
.hljs-params,
.hljs-constant {
color: #e8bbd0;
}
/* 3024 Yellow */
.ruby .hljs-class .hljs-title,
.css .hljs-rules .hljs-attribute {
color: #fded02;
}
/* 3024 Green */
.hljs-string,
.hljs-value,
.hljs-inheritance,
.hljs-header,
.ruby .hljs-symbol,
.xml .hljs-cdata {
color: #01a252;
}
/* 3024 Aqua */
.css .hljs-hexcolor {
color: #b5e4f4;
}
/* 3024 Blue */
.hljs-function,
.python .hljs-decorator,
.python .hljs-title,
.ruby .hljs-function .hljs-title,
.ruby .hljs-title .hljs-keyword,
.perl .hljs-sub,
.javascript .hljs-title,
.coffeescript .hljs-title {
color: #01a0e4;
}
/* 3024 Purple */
.hljs-keyword,
.javascript .hljs-function {
color: #a16a94;
}
.hljs {
display: block;
background: #090300;
color: #a5a2a2;
padding: 0.5em;
}
.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
opacity: 0.5;
}