aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-cupertino.css
blob: 99221d6485d7a5227b42a33c3c3a32969923f74d (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
 * Cupertino scheme by Defman21 */

window {
	background-color: #ffffff;
	color: #404040;
}

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

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

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

#input {
	background-color: #c0c0c0;
	color: #808080;
	border-color: #c0c0c0; 
}

#input:focus {
	border-color: #826b28; 
}