add zathurarc

This commit is contained in:
kageru 2019-05-27 18:57:36 +02:00
parent 606375793f
commit 2dfb25c303
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2

36
.config/zathura/zathurarc Normal file
View File

@ -0,0 +1,36 @@
# Base16 Nord
# Author: arcticicestudio
set default-bg "#313132"
set default-fg "#3B4252"
set statusbar-fg "#C5C8C6"
set statusbar-bg "#313132"
set inputbar-bg "#313132"
set inputbar-fg "#8FBCBB"
set notification-bg "#2E3440"
set notification-fg "#8FBCBB"
set notification-error-bg "#2E3440"
set notification-error-fg "#88C0D0"
set notification-warning-bg "#2E3440"
set notification-warning-fg "#88C0D0"
set highlight-color "#5E81AC"
set highlight-active-color "#EBCB8B"
set completion-bg "#3B4252"
set completion-fg "#EBCB8B"
set completion-highlight-fg "#8FBCBB"
set completion-highlight-bg "#EBCB8B"
set recolor-lightcolor "#313132"
set recolor-darkcolor "#c5c8c6"
set recolor "true"
set recolor-keephue "false"