aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-equilibrium-dark.css
blob: d83115c9a5b7b59de403dabf3361ec6f7e24d79f (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 Dark scheme by Carlo Abelli */

window {
	background-color: #0c1118;
	color: #afaba2;
}

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

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

#entry:selected {
	background-color: #22262d;
}

#input {
	background-color: #181c22;
	color: #949088;
	border-color: #22262d; 
}

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