aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-icy.css
blob: 1a607fa586759d520017e192fe85d4a95235fc6b (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
 * Icy Dark scheme by icyphox (https://icyphox.ga) */

window {
	background-color: #021012;
	color: #095b67;
}

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

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

#entry:selected {
	background-color: #041f23;
}

#input {
	background-color: #031619;
	color: #064048;
	border-color: #041f23; 
}

#input:focus {
	border-color: #80deea; 
}