aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-edge-light.css
blob: 4fe460b10764e7012723f35a776fb90080f7b0fa (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
 * Edge Light scheme by cjayross (https://github.com/cjayross) */

window {
	background-color: #fafafa;
	color: #5e646f;
}

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

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

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

#input {
	background-color: #7c9f4b;
	color: #6587bf;
	border-color: #d69822; 
}

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