blob: 2bed71c278fa8ac06d311707e604f94fef586bf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
set font "Iosevka 14px"
set scroll-step 80
set download-dir ~/downloads/
set inputbar-bg "#161616"
set inputbar-fg "#909737"
set tabbar-bg "#161616"
set tabbar-fg "#909737"
set tabbar-focus-bg "#909737"
set tabbar-focus-fg "#161616"
set statusbar-bg "#161616"
set statusbar-fg "#909737"
set completion-bg "#161616"
set completion-fg "#909737"
set completion-highlight-bg "#909737"
set completion-highlight-fg "#161616"
|