aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-zenburn.css
blob: 3d8d263e2eb851ab768eaf752432c43ee2991bbb (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
 * Zenburn scheme by elnawe */

window {
	background-color: #383838;
	color: #dcdccc;
}

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

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

#entry:selected {
	background-color: #606060;
}

#input {
	background-color: #404040;
	color: #808080;
	border-color: #606060; 
}

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