# zathura configuration file.
# ~/.config/zathura/zathurarc
# thx ayb & Steve S. :)

# Set dark mode colors
set default-bg "#2e3440"
set default-fg "#d8dee9"

# Comment|uncomment the following lines to enable normal|dark mode
# or press Ctrl+r when viewing a document
set recolor true
set recolor-lightcolor "#2e3440"
set recolor-darkcolor "#d8dee9"

# Enable copy to clipboard
set selection-clipboard clipboard
