-
Notifications
You must be signed in to change notification settings - Fork 62
/
selenized-black.css
60 lines (51 loc) · 1014 Bytes
/
selenized-black.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
/**
* Selenized black variant Wofi Color theme
**/
window {
margin: 1px;
border: 1px solid #b9b9b9;
background-color: #181818;
}
#input {
margin: 1px;
border: 2px dashed #83c746;
border-top-color: #181818;
border-left-color: #181818;
border-right-color: #181818;
border-bottom-color: #83c746;
background-color: #181818;
color: #b9b9b9;
font: 14px DejaVu Sans Mono;
}
#inner-box {
margin: 1px;
border: 2px none #181818;
background-color: #181818;
}
#outer-box {
margin: 1px;
border: 2px none #181818;
background-color: #181818;
}
#scroll {
margin: 1px;
border: 2px solid #181818;
background-color: #181818;
color: #b9b9b9;
}
#text {
margin: 1px;
border: 1px none #181818;
font: 14px DejaVu Sans Mono;
}
#selected {
margin: 0px;
border: 2px none #3b3b3b;
background-color: #3b3b3b;
color: #b9b9b9;
}
#entry {
margin: 1px;
border: 1px none #181818;
background-color: #181818;
}