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

window {
	background-color: #f1f1f1;
	color: #474747;
}

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

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

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

#input {
	background-color: #e2e2e2;
	color: #5e5e5e;
	border-color: #d4d4d4; 
}

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