-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvibrantink.css
176 lines (142 loc) · 2.51 KB
/
vibrantink.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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
/*
@theme Vibrant Ink
@override-placeholders html, xml, css, sourcecode.js, php
@author Justin Palmer - ported by Jack Westbrook
*/
@base {
color: #fff;
background-color: #101010;
insertion-point-color: #fff;
selection-background-color: #35493C;
}
comment{
color:#9933CC;
}
string,
function literal.string,
literal string
{
color:#66FF00;
font-weight:normal;
}
tag, source, sourcecode {
spell-check: disabled;
}
/* php */
php > container{
background-color: #000;
color: #fff;
}
php > delimiter,
php > keyword,
php > container keyword.php,
php > variable,
php > variable variable.begin,
php > block name,
php > block variable,
php > identifier comma,
php > function comma,
php > container identifier.function,
php > container function.parenthesis-delimited,
php > container delimiter.parenthesis,
php > literal keyword {
color: #fff;
font-weight: normal;
}
php > container,
php > container.block,
php > block keyword,
php > identifier.function,
php > operator.accessor,
php > container separator.pairing,
php > block operator {
color:#FF6600;
font-weight: normal;
}
php > function.parenthesis-delimited name {
color:#FFCC00;
}
php > function parenthesis {
color:#fff;
}
php > block literal.keyword,
php > function literal.numeric{
background-color:#000;
color:#339999;
}
php > literal escape {
color:#aaa;
}
/* html */
html > entity,
tag punctuation.separator {
color:#fff;
}
tag.open.other.html,
tag.open.other.html name,
tag.close.other.html,
tag.close.other.html name {
color:#FF6600;
}
tag attribute-value.quoted {
color:#66FF00;
font-weight:normal;
}
tag.open.other.html attribute-name,
tag.open.other.html attribute-name punctuation.separator{
color:#99CC99;
font-style:italic !important;
}
/* css */
styling {
color:#fff;
background:#000;
spell-check: disabled;
}
styling > selector{
color:#FF6600;
}
styling > property-list property-name{
color:#999966;
}
styling > property-list rgb-value{
color:#339999;
}
styling > property-list string.quoted{
color:#66FF00;
}
styling > property-list keyword.important{
color:#FFCC00;
}
/* javascript */
sourcecode.js{
background:#000;
}
function.js support.class{
font-weight:bold;
text-decoration:underline !important;
}
function.js name,
function.js storage.type{
color:#FFCC00;
}
keyword.control.js{
color:#CCCC66;
}
constant.language.js{
color:#339999;
}
constant.numeric.js{
color:#339999;
}
keyword.operator.new.js{
color:#FF6600;
}
/* xml */
xml tag attribute-name{
color:#99CC99;
}
xml tag.open,
xml tag.close {
color:#FF6600;
}