aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-materia.css
blob: c9813ebe09b4faac80717e6f58b27ab922647291 (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
 * Materia scheme by Defman21 */

window {
	background-color: #263238;
	color: #CDD3DE;
}

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

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

#entry:selected {
	background-color: #37474F;
}

#input {
	background-color: #2C393F;
	color: #C9CCD3;
	border-color: #37474F; 
}

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