aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-mellow-purple.css
blob: a1c76e5b3585c81c4aeb88621f5e399026b2a802 (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
 * Mellow Purple scheme by gidsi */

window {
	background-color: #1e0528;
	color: #ffeeff;
}

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

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

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

#input {
	background-color: #1A092D;
	color: #873582;
	border-color: #331354; 
}

#input:focus {
	border-color: #955ae7; 
}