aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-nebula.css
blob: d4dcc00b46905116e774ba55038c3dbd9fa6afa7 (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
 * Nebula scheme by Gabriel Fontes (https://github.com/Misterio77) */

window {
	background-color: #22273b;
	color: #a4a6a9;
}

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

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

#entry:selected {
	background-color: #5a8380;
}

#input {
	background-color: #414f60;
	color: #87888b;
	border-color: #5a8380; 
}

#input:focus {
	border-color: #4f9062; 
}