aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-gigavolt.css
blob: 9cd3bb4a45dce269f5f1b119484253bd1a65bd83 (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
 * Gigavolt scheme by Aidan Swope (http://github.com/Whillikers) */

window {
	background-color: #202126;
	color: #e9e7e1;
}

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

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

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

#input {
	background-color: #2d303d;
	color: #cad3ff;
	border-color: #5a576e; 
}

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