aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-material-lighter.css
blob: c6e6abbce09ce50347dca098ade2e4c579acce85 (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
 * Material Lighter scheme by Nate Peterson */

window {
	background-color: #FAFAFA;
	color: #80CBC4;
}

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

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

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

#input {
	background-color: #E7EAEC;
	color: #8796B0;
	border-color: #CCEAE7; 
}

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