aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-oceanicnext.css
blob: e4d6cf32a0426c88f8cf63e245ed78e89274fdff (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
 * OceanicNext scheme by https://github.com/voronianski/oceanic-next-color-scheme */

window {
	background-color: #1B2B34;
	color: #C0C5CE;
}

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

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

#entry:selected {
	background-color: #4F5B66;
}

#input {
	background-color: #343D46;
	color: #A7ADBA;
	border-color: #4F5B66; 
}

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