diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-06-10 18:46:46 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-06-10 18:46:46 +0200 |
commit | 4991051f19ff85d5ccb56e9c068d7a5b3a89d05d (patch) | |
tree | 365f6b5904ad0a6e5c42ced888805b7e16cbe193 /.config | |
parent | 63b20c1452b15bd05904a200e0ece75801d8bb30 (diff) |
zathura: colours + mappings
Diffstat (limited to '.config')
-rw-r--r-- | .config/zathura/zathurarc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index ea10740..202c536 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1 +1,32 @@ +set default-bg "#282c34" +set statusbar-bg "#1A2128" + +set inputbar-bg "#141A1F" +set inputbar-fg "#A6B5C5" + +set notification-error-bg "#EC5252" +set notification-error-fg "#141A1F" + +set notification-warning-bg "#EC5252" +set notification-warning-fg "#141A1F" + +set highlight-active-color "#EC5252" + +set completion-highlight-fg "#13AFAF" +set completion-highlight-bg "#141A1F" + +set completion-bg "#141A1F" +set completion-fg "#A6B5C5" + +set notification-bg "#A6B5C5" +set notification-fg "#141A1F" + +set recolor-lightcolor "#282c34" +set recolor-reverse-video true + set selection-clipboard clipboard +map u scroll half-up +map d scroll half-down +map D toggle_page_mode +map i recolor +map g goto top |