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 1
/
Copy path3024-night.css
72 lines (70 loc) · 3.55 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
/*
Name: 3024 night
Author: Jan T. Sott (http://github.com/idleberg)
Website: http://github.com/0x3024
*/
.syntax .hll { background-color: #4a4543 }
.syntax { background: #090300; color: #f7f7f7 }
.syntax .c { color: #5c5855 } /* Comment */
.syntax .err { color: #db2d20 } /* Error */
.syntax .k { color: #a16a94 } /* Keyword */
.syntax .l { color: #e8bbd0 } /* Literal */
.syntax .n { color: #f7f7f7 } /* Name */
.syntax .o { color: #b5e4f4 } /* Operator */
.syntax .p { color: #f7f7f7 } /* Punctuation */
.syntax .cm { color: #5c5855 } /* Comment.Multiline */
.syntax .cp { color: #5c5855 } /* Comment.Preproc */
.syntax .c1 { color: #5c5855 } /* Comment.Single */
.syntax .cs { color: #5c5855 } /* Comment.Special */
.syntax .gd { color: #db2d20 } /* Generic.Deleted */
.syntax .ge { font-style: italic } /* Generic.Emph */
.syntax .gh { color: #f7f7f7; font-weight: bold } /* Generic.Heading */
.syntax .gi { color: #01a252 } /* Generic.Inserted */
.syntax .gp { color: #5c5855; font-weight: bold } /* Generic.Prompt */
.syntax .gs { font-weight: bold } /* Generic.Strong */
.syntax .gu { color: #b5e4f4; font-weight: bold } /* Generic.Subheading */
.syntax .kc { color: #a16a94 } /* Keyword.Constant */
.syntax .kd { color: #a16a94 } /* Keyword.Declaration */
.syntax .kn { color: #b5e4f4 } /* Keyword.Namespace */
.syntax .kp { color: #a16a94 } /* Keyword.Pseudo */
.syntax .kr { color: #a16a94 } /* Keyword.Reserved */
.syntax .kt { color: #fded02 } /* Keyword.Type */
.syntax .ld { color: #01a252 } /* Literal.Date */
.syntax .m { color: #e8bbd0 } /* Literal.Number */
.syntax .s { color: #01a252 } /* Literal.String */
.syntax .na { color: #01a0e4 } /* Name.Attribute */
.syntax .nb { color: #f7f7f7 } /* Name.Builtin */
.syntax .nc { color: #fded02 } /* Name.Class */
.syntax .no { color: #db2d20 } /* Name.Constant */
.syntax .nd { color: #b5e4f4 } /* Name.Decorator */
.syntax .ni { color: #f7f7f7 } /* Name.Entity */
.syntax .ne { color: #db2d20 } /* Name.Exception */
.syntax .nf { color: #01a0e4 } /* Name.Function */
.syntax .nl { color: #f7f7f7 } /* Name.Label */
.syntax .nn { color: #fded02 } /* Name.Namespace */
.syntax .nx { color: #01a0e4 } /* Name.Other */
.syntax .py { color: #f7f7f7 } /* Name.Property */
.syntax .nt { color: #b5e4f4 } /* Name.Tag */
.syntax .nv { color: #db2d20 } /* Name.Variable */
.syntax .ow { color: #b5e4f4 } /* Operator.Word */
.syntax .w { color: #f7f7f7 } /* Text.Whitespace */
.syntax .mf { color: #e8bbd0 } /* Literal.Number.Float */
.syntax .mh { color: #e8bbd0 } /* Literal.Number.Hex */
.syntax .mi { color: #e8bbd0 } /* Literal.Number.Integer */
.syntax .mo { color: #e8bbd0 } /* Literal.Number.Oct */
.syntax .sb { color: #01a252 } /* Literal.String.Backtick */
.syntax .sc { color: #f7f7f7 } /* Literal.String.Char */
.syntax .sd { color: #5c5855 } /* Literal.String.Doc */
.syntax .s2 { color: #01a252 } /* Literal.String.Double */
.syntax .se { color: #e8bbd0 } /* Literal.String.Escape */
.syntax .sh { color: #01a252 } /* Literal.String.Heredoc */
.syntax .si { color: #e8bbd0 } /* Literal.String.Interpol */
.syntax .sx { color: #01a252 } /* Literal.String.Other */
.syntax .sr { color: #01a252 } /* Literal.String.Regex */
.syntax .s1 { color: #01a252 } /* Literal.String.Single */
.syntax .ss { color: #01a252 } /* Literal.String.Symbol */
.syntax .bp { color: #f7f7f7 } /* Name.Builtin.Pseudo */
.syntax .vc { color: #db2d20 } /* Name.Variable.Class */
.syntax .vg { color: #db2d20 } /* Name.Variable.Global */
.syntax .vi { color: #db2d20 } /* Name.Variable.Instance */
.syntax .il { color: #e8bbd0 } /* Literal.Number.Integer.Long */