aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-porple.css
blob: c9678a80598c49f4e852876eb99d2717b55e1c00 (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
 * Porple scheme by Niek den Breeje (https://github.com/AuditeMarlow) */

window {
	background-color: #292c36;
	color: #d8d8d8;
}

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

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

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

#input {
	background-color: #333344;
	color: #b8b8b8;
	border-color: #474160; 
}

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