diff options
author | lonkaars <l.leblansch@gmail.com> | 2020-11-14 20:03:00 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2020-11-14 20:03:00 +0100 |
commit | ad30ab956b95a35a08d84ae170e8b3adbc6b5544 (patch) | |
tree | 8406bfe8cace0ce9f9c550ee5661609fd08dd7b6 /.config/zathura | |
parent | 47bbee4a98ad6317032f3c72886db797f9b703f3 (diff) |
moved to bliss :tada:
Diffstat (limited to '.config/zathura')
-rw-r--r-- | .config/zathura/zathurarc | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index fdd2203..36da877 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -8,8 +8,29 @@ set selection-clipboard clipboard map <C-i> recolor set recolor "true" -set default-bg rgb(5,5,5) -set recolor-lightcolor rgba(240,240,240,0) - set recolor-reverse-video "true" set recolor-keephue "true" + + +set default-bg "#121213" +set statusbar-bg "#121213" +set inputbar-bg "#121213" +set completion-highlight-fg "#121213" +set completion-bg "#121213" +set notification-error-fg "#121213" +set notification-warning-fg "#121213" +set notification-fg "#121213" + +set default-fg "#f9ece8" +set inputbar-fg "#f9ece8" +set completion-fg "#f9ece8" +set statusbar-fg "#f9ece8" +set recolor-lightcolor rgba(2249,236,232,0) + +set notification-error-bg "#DE9DAC" +set notification-warning-bg "#DE9DAC" +set completion-highlight-bg "#DE9DAC" +set highlight-color "#DE9DAC" + +set highlight-active-color "#C3AFF7" +set notification-bg "#C3AFF7" |