aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-bespin.css
blob: f476b6d4f6cf54859c6007bffd52fb4bc928031d (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
 * Bespin scheme by Jan T. Sott */

window {
	background-color: #28211c;
	color: #8a8986;
}

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

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

#entry:selected {
	background-color: #5e5d5c;
}

#input {
	background-color: #36312e;
	color: #797977;
	border-color: #5e5d5c; 
}

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