aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-atlas.css
blob: 07c0de4840125d5f1bf2a87a3860429a0593391a (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
 * Atlas scheme by Alex Lende (https://ajlende.com) */

window {
	background-color: #002635;
	color: #a1a19a;
}

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

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

#entry:selected {
	background-color: #517F8D;
}

#input {
	background-color: #00384d;
	color: #869696;
	border-color: #517F8D; 
}

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