diff options
Diffstat (limited to '.config/zathura/zathurarc')
-rw-r--r-- | .config/zathura/zathurarc | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc deleted file mode 100644 index e650846..0000000 --- a/.config/zathura/zathurarc +++ /dev/null @@ -1,36 +0,0 @@ -set statusbar-h-padding 0 -set statusbar-v-padding 0 -set page-padding 1 -map u scroll half-up -map d scroll half-down -map D toggle_page_mode -map r reload -map R rotate -map K zoom in -map J zoom out -map i recolor -map p print - -# Colorscheme -set default-bg "#282c34" -set default-fg "#abb2bf" -set statusbar-bg "#282c34" -set statusbar-fg "#abb2bf" -set inputbar-bg "#282c34" -set inputbar-fg "#abb2bf" -set notification-bg "#282c34" -set notification-fg "#abb2bf" -set notification-error-bg "#282c34" -set notification-error-fg "#abb2bf" -set notification-warning-bg "#282c34" -set notification-warning-fg "#abb2bf" -set highlight-color "#e5c07b" -set highlight-active-color "#61afef" -set completion-bg "#282c34" -set completion-fg "#abb2bf" -set completion-highlight-bg "#3e4451" -set completion-highlight-fg "#abb2bf" -set recolor-lightcolor "#282c34" -set recolor-darkcolor "#abb2bf" -set recolor "false" -set recolor-keephue "false" |