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

window {
	background-color: #190134;
	color: #BDB6C5;
}

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

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

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

#input {
	background-color: #392551;
	color: #9C92A8;
	border-color: #5A496E; 
}

#input:focus {
	border-color: #8F6C97; 
}