21 lines
402 B
Plaintext
21 lines
402 B
Plaintext
# enable copy to clipboard
|
|
set selection-clipboard clipboard
|
|
set adjust-open width
|
|
set font "Iosevka Term SS08 16"
|
|
|
|
# theme
|
|
set default-bg "#1c1c1c"
|
|
set default-fg "#ccc"
|
|
set statusbar-bg "#1c1c1c"
|
|
set statusbar-fg "#ccc"
|
|
set inputbar-bg "#1c1c1c"
|
|
set inputbar-fg "#ccc"
|
|
|
|
# dark mode
|
|
set recolor true
|
|
set recolor-darkcolor "#ccc"
|
|
set recolor-lightcolor "#1c1c1c"
|
|
|
|
# hide status bar
|
|
set guioptions none
|