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

window {
	background-color: #ebf8ff;
	color: #516d7b;
}

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

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

#entry:selected {
	background-color: #7ea2b4;
}

#input {
	background-color: #c1e4f6;
	color: #5a7b8c;
	border-color: #7ea2b4; 
}

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