diff options
Diffstat (limited to '.config/zathura')
-rw-r--r-- | .config/zathura/zathurarc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 6614ec2..723e11a 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -7,6 +7,12 @@ set default-bg "#1d2021" set default-fg "#ebdbb2" set statusbar-bg "#1d2021" set statusbar-fg "#ebdbb2" +set notification-bg "#1d2021" +set notification-fg "#b8bb26" +set notification-warning-bg "#1d2021" +set notification-warning-fg "#fabd2f" +set notification-error-bg "#1d2021" +set notification-error-fg "#fb4934" map u scroll half-up map d scroll half-down map D toggle_page_mode |