aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-gruvbox-light-soft.css
blob: de7f3819c52433b6f7b05025912f7682156c3f6f (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
 * Gruvbox light, soft scheme by Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) */

window {
	background-color: #f2e5bc;
	color: #504945;
}

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

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

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

#input {
	background-color: #ebdbb2;
	color: #665c54;
	border-color: #d5c4a1; 
}

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