aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-flat.css
blob: 394db068551814a38b8dbddbd40fe6de7da63cb4 (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
 * Flat scheme by Chris Kempson (http://chriskempson.com) */

window {
	background-color: #2C3E50;
	color: #e0e0e0;
}

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

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

#entry:selected {
	background-color: #7F8C8D;
}

#input {
	background-color: #34495E;
	color: #BDC3C7;
	border-color: #7F8C8D; 
}

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