forked from anthonyshort/quiet-night.foam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuiet Night.css
144 lines (116 loc) · 2.65 KB
/
Quiet 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
/*
@theme Quiet Night
@override-placeholders html, css, php
*/
/*
constant #D8FA3C
entity #DE5A00
keyword #FBDE2D
storage #FBDE2D
string #61CE3C
support #8DA6CE
var color #F8F8F8 bg #17481A
invalid bg #AB2A1D color #F8F8F8
superclass #FF6400
meta.function-call.py #BECDE6
meta.tag #7F90AA
entity.name.section #FFFFFF
*/
@base {
color:#F8F8F8;
background-color:rgba(12,16,33,0.94);
insertion-point-color: #fff;
selection-background-color: #253B76;
}
tag, source, sourcecode { spell-check: disabled; }
tag,
string > punctuation,
attribute-name,
entity
{ color:#7F90AA; }
string { color:#61CE3C;}
comment,
comment>punctuation,
tag.doctype,
tag.doctype > *,
tag.doctype > string.quoted
{ color: #557; }
string double, string single{
color:#8af299;
}
processing-instruction { color:#aeaeae; }
/*
ExpressionEngine Tags
*/
/*ee.tag {background:rgba(33,54,133,0.1);} */
ee.tag>name,
ee.tag > punctuation,
ee.tag > string,
ee.tag.conditional,
ee.tag > attribute-name { color:#8af299; }
ee.tag > attribute-value {color:#FBDE2D; }
ee.tag.self-closing,
ee.tag.self-closing > name,
ee.tag.self-closing > punctuation,
ee.tag.self-closing > name > attribute-name { color:#9ecffd;}
/*
HTML
*/
html {spell-check:enabled;}
/*
CSS
*/
css selector.css { color:#DE5A00; }
css property-list > property-value { color:#8af299; }
css property-list > property-name { color:#9ecffd; }
css color { color:#FBDE2D;}
css group-start, css comment, css comment punctuation { color:#557;}
css itemize.group-end.comment.block.css {
color:rgba(44,44,66,0.8);
}
css group-start name {
color:#9ecffd;
font-weight:bold;
}
css at-rule {
color:#8af299;
}
css at-rule keyword {
color:#DE5A00;
}
css at-rule punctuation.end {
color: #fff;
}
css support.function.url, css punctuation.section.function {
color:#9ecffd;
}
css variable.url {
color:#8af299;
}
css identifier.variable {
color:#8a2a85;
background-color:#212537;
}
css identifier.variable.value {
color:#d144ca;
}
/*
PHP
*/
php { color:rgba(220,220,255,0.9);}
php function {color:#DE5A00;}
php meta.include.php {background-color:#0C1021;}
php variable.other.php, php variable.php > punctuation.variable.php {background-color:#0C1021;color:#FBDE2D;}
php include {background-color:#0C1021;}
php keyword.control.import.include.php {background-color:#0C1021;}
php keyword.control.php { color:#9ecffd;}
php variable.other.global.php, php variable.other.global.php > punctuation.variable.php { color:#9ecffd;}
php constant.numeric { color:#8af299; }
php punctuation.section.embedded { color:#f93232;}
php meta.function-call {color:#9ecffd; font-weight:bold;}
/*
JS
*/
invalid {
background-color: #f93232;
}