From 5d75763cfe887f49f864790469e7159f828eb22f Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 6 May 2020 16:31:09 +0200 Subject: [PATCH] more zathura config --- .config/zathura/zathurarc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 829df2a..68900c5 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -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"