aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-tomorrow.css
blob: 909e743c8f9a10b316f668907ed65f8d5285301b (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
 * Tomorrow scheme by Chris Kempson (http://chriskempson.com) */

window {
	background-color: #ffffff;
	color: #4d4d4c;
}

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

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

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

#input {
	background-color: #e0e0e0;
	color: #969896;
	border-color: #d6d6d6; 
}

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