aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-tube.css
blob: 926ebddcf82a97c093e196e8b74bb32fe587ed0f (plain)
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
/* base16-wofi (https://sr.ht/~knezi/base16-wofi)
 * Base16 wofi template by knezi
 * London Tube scheme by Jan T. Sott */

window {
	background-color: #231f20;
	color: #d9d8d8;
}

#entry:nth-child(odd) {
	background-color: #231f20;
}

#entry:nth-child(even) {
	background-color: #1c3f95;
}

#entry:selected {
	background-color: #5a5758;
}

#input {
	background-color: #1c3f95;
	color: #959ca1;
	border-color: #5a5758; 
}

#input:focus {
	border-color: #ffd204; 
}