aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-atelier-sulphurpool-light.css
blob: 613e1801af376a40fed74e83654f7f80af8cf5f6 (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
 * Atelier Sulphurpool Light scheme by Bram de Haan (http://atelierbramdehaan.nl) */

window {
	background-color: #f5f7ff;
	color: #5e6687;
}

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

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

#entry:selected {
	background-color: #979db4;
}

#input {
	background-color: #dfe2f1;
	color: #6b7394;
	border-color: #979db4; 
}

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