aboutsummaryrefslogtreecommitdiff
path: root/templates/default.mustache
blob: afdfe1bbc9f9ee03b3af5eb3adb5e44fa3510393 (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
 * {{scheme-name}} scheme by {{scheme-author}} */

window {
	background-color: #{{base00-hex}};
	color: #{{base05-hex}};
}

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

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

#entry:selected {
	background-color: #{{base02-hex}};
}

#input {
	background-color: #{{base01-hex}};
	color: #{{base04-hex}};
	border-color: #{{base02-hex}}; 
}

#input:focus {
	border-color: #{{base0A-hex}}; 
}