Browse Source

configured zathura

master
Marc 4 years ago
parent
commit
22e4361460
1 changed files with 55 additions and 0 deletions
  1. 55
      .config/zathura/zathurarc

55
.config/zathura/zathurarc

@ -0,0 +1,55 @@
set selection-clipboard clipboard
set font "Hack Nerd Font Mono 11"
set pages-per-row 1
set adjust-open "best-fit"
set scroll-page-aware "true" # stop at page boundaries
set smooth-scroll "true"
set scroll-full-overlap 0.01
set scroll-step 50
set render-loading "false"
# plastic color scheme
set default-bg "#21252b"
set default-fg "#a9b2c3"
set statusbar-bg "#21252b"
set statusbar-fg "#a9b2c3"
set inputbar-bg "#b9ca4a"
set inputbar-fg "#21212b"
#set statusbag-bg
#set statusbar-fg
#set index-bg
#set index-fg
#set index-active-bg
#set index-active-fg
#set render-loading-bg
#set render-loading-fg
set highlight-color "#b9ca4a"
set highlight-active-color "#61afef"
set completion-highlight-bg "#21252b"
set completion-highlight-fg "#a9b2c3"
set completion-bg "#b9ca4a"
set completion-fg "#21252b"
#set completion-group-bg
#set completion-group-bg
set notification-bg "#a9b2c3"
set notification-fg "#21252b"
set notification-error-bg "#ff3334"
set notification-error-fg "#21252b"
set notification-warning-bg "#ff3334"
set notification-warning-fg "#21252b"
#make pdf dark
#set recolor "true"
#set recolor-lightcolor "#21252b"
#set recolor-darkcolor "#a9b2c3"
#set recolor-reverse-video "true"
#set recolor-keephue "true"
Loading…
Cancel
Save