2023-07-06 01:58:18 +02:00
|
|
|
set font "GohuFont normal 9"
|
|
|
|
set default-bg "#141414"
|
|
|
|
set default-fg "#e8e8d4"
|
|
|
|
set index-bg "#141414"
|
|
|
|
set index-fg "#e8e8d4"
|
|
|
|
set index-active-bg "#141414"
|
|
|
|
set index-active-fg "#e8e8d4"
|
|
|
|
set inputbar-bg "#141414"
|
|
|
|
set inputbar-fg "#e8e8d4"
|
|
|
|
set statusbar-bg "#141414"
|
|
|
|
set statusbar-fg "#e8e8d4"
|
|
|
|
set highlight-color "#141414"
|
|
|
|
set highlight-active-color "#e8e8d4"
|
|
|
|
set recolor-lightcolor "#141414"
|
|
|
|
set recolor-darkcolor "#e8e8d4"
|
2023-01-20 01:30:42 +01:00
|
|
|
|
2023-07-06 01:58:18 +02:00
|
|
|
set adjust-open "width"
|
2023-01-20 01:30:42 +01:00
|
|
|
set pages-per-row 1
|
2023-02-21 23:12:21 +01:00
|
|
|
set scroll-page-aware "true"
|
|
|
|
set scroll-full-overlap 0.01
|
|
|
|
set scroll-step 100
|
2023-01-20 01:30:42 +01:00
|
|
|
|
|
|
|
set recolor true
|
|
|
|
set guioptions none
|
|
|
|
set page-padding 1
|
|
|
|
set sandbox strict
|
|
|
|
|
|
|
|
map i recolor
|