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

window {
	background-color: #fefbec;
	color: #6e6b5e;
}

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

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

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

#input {
	background-color: #e8e4cf;
	color: #7d7a68;
	border-color: #a6a28c; 
}

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