aboutsummaryrefslogtreecommitdiff
path: root/themes/base16-monokai.css
blob: 8cb14a392bee40fa0e9d849ffdb3c4672196c163 (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
 * Monokai scheme by Wimer Hazenberg (http://www.monokai.nl) */

window {
	background-color: #272822;
	color: #f8f8f2;
}

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

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

#entry:selected {
	background-color: #49483e;
}

#input {
	background-color: #383830;
	color: #a59f85;
	border-color: #49483e; 
}

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