dotfiles/home/.config/zathura/zathurarc
Marko Korhonen b1335a3628 Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2019-10-26 20:05:31 +03:00

33 lines
936 B
Plaintext

set completion-bg "#282828"
set recolor-darkcolor "#EBDBB2"
set recolor-lightcolor "#282828"
set completion-fg "#EBDBB2"
set completion-group-bg "#282828"
set completion-group-fg "#1E6D8B"
set completion-highlight-bg "#EBDBB2"
set completion-highlight-fg "#282828"
set default-bg "#282828"
set default-fg "#EBDBB2"
set inputbar-bg "#282828"
set inputbar-fg "#EBDBB2"
set notification-bg "#282828"
set notification-fg "#EBDBB2"
set notification-error-bg "#EBAE79"
set notification-error-fg "#EBDBB2"
set notification-warning-bg "#EBAE79"
set notification-warning-fg "#EBDBB2"
set statusbar-bg "#282828"
set statusbar-fg "#EBDBB2"
set index-bg "#282828"
set index-fg "#EBDBB2"
set index-active-bg "#EBDBB2"
set index-active-fg "#282828"
set render-loading-bg "#282828"
set render-loading-fg "#EBDBB2"
set smooth-scroll true
set window-title-home-tilde true
set statusbar-basename true
set selection-clipboard clipboard
set recolor false