aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-seti.css
blob: 64d8aa4e6372399de086fe1ff1bfd207f7cee001 (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
 * Seti UI scheme by  */

window {
	background-color: #151718;
	color: #d6d6d6;
}

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

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

#entry:selected {
	background-color: #3B758C;
}

#input {
	background-color: #282a2b;
	color: #43a5d5;
	border-color: #3B758C; 
}

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