-
Notifications
You must be signed in to change notification settings - Fork 4
/
esc-solarized.style
58 lines (52 loc) · 888 Bytes
/
esc-solarized.style
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
// SOLARIZED XTERM
// --------- -----
// base03 234
// base02 235
// base01 240
// base00 241
// base0 244
// base1 245
// base2 254
// base3 230
// yellow 136
// orange 166
// red 160
// magenta 125
// violet 61
// blue 33
// cyan 37
// green 64
normal "244" ;
keyword "245" ;
type yellow ;
classname yellow ;
constant yellow ;
string cyan ;
regexp cyan ;
specialchar red ;
comment "240" ;
number cyan ;
preproc orange ;
symbol "244" ;
function blue ;
cbracket "244";
variable blue ;
todo bg:cyan ;
// line numbers
linenum yellow;
// other elements for ChangeLog and Log files
date cyan ;
time blue ;
ip green ;
file blue ;
name green ;
// Internet related
url blue ;
// for diffs
oldfile orange;
newfile green;
difflines blue;
// for css
selector purple;
property blue;
value green ;