From ad30ab956b95a35a08d84ae170e8b3adbc6b5544 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 14 Nov 2020 20:03:00 +0100 Subject: moved to bliss :tada: --- .config/zathura/zathurarc | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to '.config/zathura') diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index fdd2203..36da877 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -8,8 +8,29 @@ set selection-clipboard clipboard map recolor set recolor "true" -set default-bg rgb(5,5,5) -set recolor-lightcolor rgba(240,240,240,0) - set recolor-reverse-video "true" set recolor-keephue "true" + + +set default-bg "#121213" +set statusbar-bg "#121213" +set inputbar-bg "#121213" +set completion-highlight-fg "#121213" +set completion-bg "#121213" +set notification-error-fg "#121213" +set notification-warning-fg "#121213" +set notification-fg "#121213" + +set default-fg "#f9ece8" +set inputbar-fg "#f9ece8" +set completion-fg "#f9ece8" +set statusbar-fg "#f9ece8" +set recolor-lightcolor rgba(2249,236,232,0) + +set notification-error-bg "#DE9DAC" +set notification-warning-bg "#DE9DAC" +set completion-highlight-bg "#DE9DAC" +set highlight-color "#DE9DAC" + +set highlight-active-color "#C3AFF7" +set notification-bg "#C3AFF7" -- cgit v1.2.3