aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-mexico-light.css
blob: 6948192cfab7d50fd5c1a52349b2045838ba5b80 (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
 * Mexico Light scheme by Sheldon Johnson */

window {
	background-color: #f8f8f8;
	color: #383838;
}

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

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

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

#input {
	background-color: #e8e8e8;
	color: #585858;
	border-color: #d8d8d8; 
}

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