aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-synth-midnight-light.css
blob: b77d5a0cfe40671e851e044c5fcd6fb78a7d090b (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
 * Synth Midnight Terminal Light scheme by Michaël Ball (http://github.com/michael-ball/) */

window {
	background-color: #dddfe0;
	color: #28292a;
}

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

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

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

#input {
	background-color: #cfd1d2;
	color: #474849;
	border-color: #c1c3c4; 
}

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