From d7d09131fe2b76633d799bee43df2370f9724681 Mon Sep 17 00:00:00 2001 From: urosm Date: Sun, 11 Feb 2024 10:25:55 +0100 Subject: [PATCH] update `zathura` config --- .config/zathura/zathurarc | 66 +++++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 30 deletions(-) diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 8b4ee6b..ee0a4be 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,31 +1,37 @@ +# girara +set completion-bg "#000000" +set completion-fg "#856cff" +set completion-group-bg "#000000" +set completion-group-fg "#d06600" +set completion-highlight-bg "#000000" +set completion-highlight-fg "#ff1170" +set default-fg "#e2e2e2" +set default-bg "#000000" +set inputbar-bg "#000000" +set inputbar-fg "#856cff" +set notification-bg "#000000" +set notification-fg "#856cff" +set notification-error-bg "#000000" +set notification-error-fg "#fa3500" +set notification-warning-bg "#000000" +set notification-warning-fg "#d06600" +set statusbar-bg "#000000" +set statusbar-fg "#856cff" +set font "monospace 12" + +# zathura +set highlight-active-color "#ff1170" +set highlight-color "#856cff" +set highlight-fg "#000000" +set index-active-bg "#000000" +set index-active-fg "#ff1170" +set index-fg "#856cff" +set index-bg "#000000" +set recolor-darkcolor "#e2e2e2" +set recolor-lightcolor "#000000" +set render-loading-bg "#000000" +set render-loading-fg "#856cff" +set signature-error-color "#fa3500" +set signature-success-color "#009843" +set signature-warning-color "#d06600" set selection-clipboard clipboard -set completion-bg "#e3e0e1" -set completion-fg "#ff3e8b" -set completion-group-bg "#e3e0e1" -set completion-group-fg "#6185ff" -set completion-highlight-bg "#ff3e8b" -set completion-highlight-fg "#e3e0e1" -set default-fg "#e3e0e1" -set default-bg "#292526" -set inputbar-bg "#292526" -set inputbar-fg "#6185ff" -set notification-bg "#292526" -set notification-fg "#6185ff" -set notification-error-bg "#292526" -set notification-error-fg "#ff404f" -set notification-warning-bg "#292526" -set notification-warning-fg "#e06e00" -set statusbar-bg "#292526" -set statusbar-fg "#ff3e8b" -set highlight-color "#6185ff" -set highlight-fg "#00ff00" # find out what this does -set highlight-active-color "#ff3e8b" -set recolor-darkcolor "#e3e0e1" -set recolor-lightcolor "#292526" -set render-loading-bg "#292526" -set render-loading-fg "#6185ff" -set index-fg "#ff3e8b" -set index-bg "#e3e0e1" -set index-active-fg "#e3e0e1" -set index-active-bg "#ff3e8b" -set font "monospace 13"