aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-bright.css
blob: be8579dd2d35ee89920e904342899379255f5da9 (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
 * Bright scheme by Chris Kempson (http://chriskempson.com) */

window {
	background-color: #000000;
	color: #e0e0e0;
}

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

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

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

#input {
	background-color: #303030;
	color: #d0d0d0;
	border-color: #505050; 
}

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