aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-paraiso.css
blob: 3e0df480badf7625edf7c21701e72de2c1546b41 (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
 * Paraiso scheme by Jan T. Sott */

window {
	background-color: #2f1e2e;
	color: #a39e9b;
}

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

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

#entry:selected {
	background-color: #4f424c;
}

#input {
	background-color: #41323f;
	color: #8d8687;
	border-color: #4f424c; 
}

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