|
|
@ -3,7 +3,7 @@ set selection-clipboard clipboard |
|
|
|
set font "Hack Nerd Font Mono 11" |
|
|
|
|
|
|
|
set pages-per-row 1 |
|
|
|
set adjust-open "best-fit" |
|
|
|
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 |
|
|
@ -37,8 +37,8 @@ set completion-highlight-bg "#21252b" |
|
|
|
set completion-highlight-fg "#a9b2c3" |
|
|
|
set completion-bg "#b9ca4a" |
|
|
|
set completion-fg "#21252b" |
|
|
|
#set completion-group-bg |
|
|
|
#set completion-group-bg |
|
|
|
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" |
|
|
|