aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-material-vivid.css
blob: d5ac7136d67c4b25f1604caf95b632dc40d9a761 (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
 * Material Vivid scheme by joshyrobot */

window {
	background-color: #202124;
	color: #80868b;
}

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

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

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

#input {
	background-color: #27292c;
	color: #676c71;
	border-color: #323639; 
}

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