aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-summercamp.css
blob: dd6db8f5904ce1cb24f7cd432cdd6eb9acfd01bb (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
 * summercamp scheme by zoe firi (zoefiri.github.io) */

window {
	background-color: #1c1810;
	color: #736e55;
}

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

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

#entry:selected {
	background-color: #3a3527;
}

#input {
	background-color: #2a261c;
	color: #5f5b45;
	border-color: #3a3527; 
}

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