aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-ocean.css
blob: 948aa834a87e15528947a336883a02850544a2ff (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
 * Ocean scheme by Chris Kempson (http://chriskempson.com) */

window {
	background-color: #2b303b;
	color: #c0c5ce;
}

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

#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: #ebcb8b; 
}