luca-awesome-dotfiles/home/.config/zathura/zathurarc
2023-02-05 05:02:49 +01:00

66 lines
1.9 KiB
Text

set sandbox none
set statusbar-h-padding 0
set statusbar-v-padding 0
set page-padding 1
set selection-clipboard clipboard
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
map g goto top
#
# Dracula color theme
#
set notification-error-bg "#ff5555" # Red
set notification-error-fg "#c5c8c6" # Foreground
set notification-warning-bg "#ffb86c" # Orange
set notification-warning-fg "#44475a" # Selection
set notification-bg "#1d1f21" # Background
set notification-fg "#c5c8c6" # Foreground
set completion-bg "#1d1f21" # Background
set completion-fg "#6272a4" # Comment
set completion-group-bg "#1d1f21" # Background
set completion-group-fg "#6272a4" # Comment
set completion-highlight-bg "#44475a" # Selection
set completion-highlight-fg "#c5c8c6" # Foreground
set index-bg "#1d1f21" # Background
set index-fg "#c5c8c6" # Foreground
set index-active-bg "#44475a" # Current Line
set index-active-fg "#c5c8c6" # Foreground
set inputbar-bg "#1d1f21" # Background
set inputbar-fg "#c5c8c6" # Foreground
set statusbar-bg "#1d1f21" # Background
set statusbar-fg "#c5c8c6" # Foreground
set highlight-color "#ffb86c" # Orange
set highlight-active-color "#ff79c6" # Pink
set default-bg "#1d1f21" # Background
set default-fg "#c5c8c6" # Foreground
set render-loading true
set render-loading-fg "#1d1f21" # Background
set render-loading-bg "#c5c8c6" # Foreground
#
# Recolor mode settings
#
set recolor-lightcolor "#1d1f21" # Background
set recolor-darkcolor "#c5c8c6" # Foreground
#
# Startup options
#
set adjust-open width
set recolor true