aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-atelier-savanna.css
blob: eb4a286eee340a014bfff36ccce0d4248966bad1 (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
 * Atelier Savanna scheme by Bram de Haan (http://atelierbramdehaan.nl) */

window {
	background-color: #171c19;
	color: #87928a;
}

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

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

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

#input {
	background-color: #232a25;
	color: #78877d;
	border-color: #526057; 
}

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