nix/config/zathura/zathurarc

49 lines
1.6 KiB
Text

# Noctis Azureus Ghostty theme for Zathura
set default-bg "#051b29"
set default-fg "#becfda"
set statusbar-bg "#041520"
set statusbar-fg "#becfda"
set inputbar-bg "#051b29"
set inputbar-fg "#becfda"
set notification-bg "#051b29"
set notification-fg "#49e9a6"
set notification-error-bg "#051b29"
set notification-error-fg "#e66533"
set notification-warning-bg "#051b29"
set notification-warning-fg "#e4b781"
set highlight-color "#e4b781"
set highlight-active-color "#49e9a6"
set completion-bg "#041520"
set completion-fg "#becfda"
set completion-highlight-bg "#0c3f5f"
set completion-highlight-fg "#becfda"
set index-bg "#051b29"
set index-fg "#becfda"
set index-active-bg "#0c3f5f"
set index-active-fg "#becfda"
set render-loading-bg "#051b29"
set render-loading-fg "#becfda"
# Recolor settings (inverts PDF colors to match theme)
set recolor "true"
# set recolor-reverse-video "true"
set recolor-keephue "true"
set recolor-lightcolor "#051b29"
set recolor-darkcolor "#becfda"
# set recolor-keephue "false"
# Selection settings
set selection-clipboard clipboard
set selection-notification true
# Synctex inverse search (Ctrl+click in PDF jumps to source)
set synctex true
set synctex-editor-command "~/dotfiles/bin/path-shim nvr --remote-silent +%{line} %{input}"