diff options
author | Adam Stück <adam@adast.xyz> | 2023-02-07 17:29:10 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-02-07 17:29:10 +0100 |
commit | 3d10de7aec0d2d857c336c7dedd022c81b1a1c8a (patch) | |
tree | d5dbc645fdae0ad7aa087aeabed0bf85f8ac5eb4 /.config/zathura/zathurarc | |
parent | f86e5f92297b9370ce23a4ba8ce552e738bf6f07 (diff) |
zathura: revert to default theme
Diffstat (limited to '.config/zathura/zathurarc')
-rw-r--r-- | .config/zathura/zathurarc | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 6be5eb5..e78d1a2 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,34 +1,8 @@ -set font "JetBrainsMono Nerd Font 10" - set default-bg "#282c34" - -set statusbar-bg "#31353f" -set statusbar-fg "#a8b4bb" - -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 -set selection-clipboard clipboard map u scroll half-up map d scroll half-down map D toggle_page_mode |