aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-hopscotch.css
blob: db3e6872c39e382dbc0efe3e7c858cfa207a7abf (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
 * Hopscotch scheme by Jan T. Sott */

window {
	background-color: #322931;
	color: #b9b5b8;
}

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

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

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

#input {
	background-color: #433b42;
	color: #989498;
	border-color: #5c545b; 
}

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