1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-24 20:01:49 +08:00
dotfiles/.config/zathura/zathurarc
2021-08-16 22:21:31 +08:00

39 lines
981 B
Plaintext

set window-title-basename "true"
set selection-clipboard "clipboard"
set recolor "true"
# Base16 Nord
# Author: arcticicestudio
set default-bg "#161821"
set default-fg "#1e2132"
set statusbar-fg "#6b7089"
set statusbar-bg "#161821"
set inputbar-bg "#161821"
set inputbar-fg "#84a0c6"
set notification-bg "#161821"
set notification-fg "#91acd1"
set notification-error-bg "#161821"
set notification-error-fg "#e27878"
set notification-warning-bg "#161821"
set notification-warning-fg "#e27878"
set highlight-color "#e2a478"
set highlight-active-color "#91acd1"
set completion-bg "#161821"
set completion-fg "#84a0c6"
set completion-highlight-fg "#95c4ce"
set completion-highlight-bg "#a093c7"
set recolor-lightcolor "#161821"
set recolor-darkcolor "#c6c8d1"