aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-embers.css
blob: fccdf6f466fec36111a802ff82526d329dd2d9c4 (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
 * Embers scheme by Jannik Siebert (https://github.com/janniks) */

window {
	background-color: #16130F;
	color: #A39A90;
}

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

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

#entry:selected {
	background-color: #433B32;
}

#input {
	background-color: #2C2620;
	color: #8A8075;
	border-color: #433B32; 
}

#input:focus {
	border-color: #6D8257; 
}