aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-heetch-light.css
blob: d5aae35eb2c09fc997b19152d67a0a744c77242f (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
 * Heetch Light scheme by Geoffrey Teale (tealeg@gmail.com) */

window {
	background-color: #feffff;
	color: #5a496e;
}

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

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

#entry:selected {
	background-color: #7b6d8b;
}

#input {
	background-color: #392551;
	color: #ddd6e5;
	border-color: #7b6d8b; 
}

#input:focus {
	border-color: #5ba2b6; 
}