aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-equilibrium-light.css
blob: 37805e13adecdd48c2dcbe96ab6a4af63bf2e866 (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
 * Equilibrium Light scheme by Carlo Abelli */

window {
	background-color: #f5f0e7;
	color: #43474e;
}

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

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

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

#input {
	background-color: #e7e2d9;
	color: #5a5f66;
	border-color: #d8d4cb; 
}

#input:focus {
	border-color: #9d6f00; 
}