aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-github.css
blob: 7622a831b5d2a10181a6ad78372e602315e4d080 (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
 * Github scheme by Defman21 */

window {
	background-color: #ffffff;
	color: #333333;
}

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

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

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

#input {
	background-color: #f5f5f5;
	color: #e8e8e8;
	border-color: #c8c8fa; 
}

#input:focus {
	border-color: #795da3; 
}