aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-ia-light.css
blob: 2bd1c5918bfd9c08f2ad855aad1328164f8705d0 (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 Light scheme by iA Inc. (modified by aramisgithub) */

window {
	background-color: #f6f6f6;
	color: #181818;
}

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

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

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

#input {
	background-color: #dedede;
	color: #767676;
	border-color: #bde5f2; 
}

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