aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-atelier-estuary-light.css
blob: cc225744846655f897f74bbe54490e99c1ee73be (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 Estuary Light scheme by Bram de Haan (http://atelierbramdehaan.nl) */

window {
	background-color: #f4f3ec;
	color: #5f5e4e;
}

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

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

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

#input {
	background-color: #e7e6df;
	color: #6c6b5a;
	border-color: #929181; 
}

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