diff options
author | neodarz <neodarz@neodarz.net> | 2020-10-06 18:35:55 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-10-06 18:35:55 +0200 |
commit | 52060dfbdfac04938393b4fdc441415fa08abe6e (patch) | |
tree | 59b7f268df58ab3c5dc8c78f61e58f6986213400 /dotfiles/config/zathura/zathurarc | |
parent | 58e780ddf31d446096066269cdc8de5ccaf495d2 (diff) | |
download | dotfiles_dotdrop-52060dfbdfac04938393b4fdc441415fa08abe6e.tar.xz dotfiles_dotdrop-52060dfbdfac04938393b4fdc441415fa08abe6e.zip |
Another little update
Diffstat (limited to 'dotfiles/config/zathura/zathurarc')
-rw-r--r-- | dotfiles/config/zathura/zathurarc | 36 |
1 files changed, 30 insertions, 6 deletions
diff --git a/dotfiles/config/zathura/zathurarc b/dotfiles/config/zathura/zathurarc index f75366e..63bf996 100644 --- a/dotfiles/config/zathura/zathurarc +++ b/dotfiles/config/zathura/zathurarc @@ -21,7 +21,8 @@ set completion-group-fg "#50fa7b" # Comment set completion-highlight-bg "#bd93f9" # Selection set completion-highlight-fg "#282a36" # Foreground -set index-bg "#282a36" # Background +#set index-bg "#282a36" # Background +set index-bg "#1B0F1C" # Background set index-fg "#f8f8f2" # Foreground set index-active-bg "#bd93f9" # Current Line set index-active-fg "#282a36" # Foreground @@ -31,21 +32,44 @@ set inputbar-fg "#f8f8f2" # Foreground set statusbar-bg "#44475a" # Background set statusbar-fg "#f8f8f2" # Foreground -set highlight-color "#ffb86c" # Orange -set highlight-active-color "#ff79c6" # Pink +set highlight-color "#ff79c6" # Orange +set highlight-active-color "#ffb86c" # Pink -set default-bg "#282a36" # Background +#set default-bg "#282a36" # Background +set default-bg "#000000" # Background +set default-bg rgba(0,0,0,0.8) set default-fg "#f8f8f2" # Foreground set render-loading true set render-loading-fg "#282a36" # Background set render-loading-bg "#f8f8f2" # Foreground +set statusbar-bg "#1B0F1C" +set statusbar-fg "#711C91" + +set inputbar-bg "#1B0F1C" +set inputbar-fg "#711C91" + +#set notification-bg "#212121" +#set notification-fg "#EEFFFF" + +#set notification-error-bg "#212121" +#set notification-error-fg "#F07178" + +#set notification-warning-bg "#212121" +#set notification-warning-fg "#F07178" + +set highlight-color "#FFCB6B" +set highlight-active-color "#82AAFF" + # Recolor mode settings # # -set recolor-lightcolor "#282a36" # Background -set recolor-darkcolor "#f8f8f2" # Foreground +#set recolor-lightcolor "#282a36" # Background +set recolor-lightcolor "#000000" # Background +set recolor-lightcolor rgba(0,0,0,0) # Background +#set recolor-darkcolor "#f8f8f2" # Foreground +set recolor-darkcolor "#711C91" # Foreground # Startup options # |