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

window {
	background-color: #262626;
	color: #dab997;
}

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

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

#entry:selected {
	background-color: #4e4e4e;
}

#input {
	background-color: #3a3a3a;
	color: #949494;
	border-color: #4e4e4e; 
}

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