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

window {
	background-color: #20201d;
	color: #a6a28c;
}

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

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

#entry:selected {
	background-color: #6e6b5e;
}

#input {
	background-color: #292824;
	color: #999580;
	border-color: #6e6b5e; 
}

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