aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-ia-dark.css
blob: 79f0700b8a7e4052658d6512e3d7a34a5b41e44b (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
 * iA Dark scheme by iA Inc. (modified by aramisgithub) */

window {
	background-color: #1a1a1a;
	color: #cccccc;
}

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

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

#entry:selected {
	background-color: #1d414d;
}

#input {
	background-color: #222222;
	color: #b8b8b8;
	border-color: #1d414d; 
}

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