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

window {
	background-color: #161b1d;
	color: #7ea2b4;
}

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

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

#entry:selected {
	background-color: #516d7b;
}

#input {
	background-color: #1f292e;
	color: #7195a8;
	border-color: #516d7b; 
}

#input:focus {
	border-color: #8a8a0f; 
}