You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
set selection-clipboard clipboard
set font "Hack Nerd Font Mono 11"
set pages-per-row 1 set adjust-open "best-fit" # possible: best-fit, width set scroll-page-aware "true" # stop at page boundaries set smooth-scroll "true" set scroll-full-overlap 0.01 set scroll-step 50
set render-loading "false"
# plastic color scheme set default-bg "#21252b" set default-fg "#a9b2c3"
set statusbar-bg "#21252b" set statusbar-fg "#a9b2c3" set inputbar-bg "#b9ca4a" set inputbar-fg "#21212b"
#set statusbag-bg #set statusbar-fg #set index-bg #set index-fg #set index-active-bg #set index-active-fg
#set render-loading-bg #set render-loading-fg
set highlight-color "#b9ca4a" set highlight-active-color "#61afef"
set completion-highlight-bg "#21252b" set completion-highlight-fg "#a9b2c3" set completion-bg "#b9ca4a" set completion-fg "#21252b" set completion-group-bg "#e6c546" # testwise, no idea what a completion group is #"#b9ca4a" set completion-group-fg "#61afef" # testwise, no idea what a completion group is #"#21252b"
set notification-bg "#a9b2c3" set notification-fg "#21252b" set notification-error-bg "#ff3334" set notification-error-fg "#21252b" set notification-warning-bg "#ff3334" set notification-warning-fg "#21252b"
#make pdf dark #set recolor "true" #set recolor-lightcolor "#21252b" #set recolor-darkcolor "#a9b2c3" #set recolor-reverse-video "true" #set recolor-keephue "true"
|