diff options
author | Marvin Borner | 2020-05-31 00:36:44 +0200 |
---|---|---|
committer | Marvin Borner | 2020-05-31 00:36:44 +0200 |
commit | 7de0ca454b059ddbc93f36873c4df9a5e57ea249 (patch) | |
tree | e642a47ba59703e67f369a5e1d05d942f3387f03 /.config/zathura | |
parent | db4781b1dbbea61a6866d91ebdc5d6ed54b045fb (diff) |
Very small dark-theme improvements
Diffstat (limited to '.config/zathura')
-rw-r--r-- | .config/zathura/zathurarc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index b2a3853..e650846 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -13,24 +13,24 @@ map p print # Colorscheme set default-bg "#282c34" -set default-fg "#353b45" -set statusbar-fg "#565c64" -set statusbar-bg "#3e4451" +set default-fg "#abb2bf" +set statusbar-bg "#282c34" +set statusbar-fg "#abb2bf" set inputbar-bg "#282c34" -set inputbar-fg "#c8ccd4" +set inputbar-fg "#abb2bf" set notification-bg "#282c34" -set notification-fg "#c8ccd4" +set notification-fg "#abb2bf" set notification-error-bg "#282c34" -set notification-error-fg "#e06c75" +set notification-error-fg "#abb2bf" set notification-warning-bg "#282c34" -set notification-warning-fg "#e06c75" +set notification-warning-fg "#abb2bf" set highlight-color "#e5c07b" set highlight-active-color "#61afef" -set completion-bg "#353b45" -set completion-fg "#61afef" -set completion-highlight-fg "#c8ccd4" -set completion-highlight-bg "#61afef" +set completion-bg "#282c34" +set completion-fg "#abb2bf" +set completion-highlight-bg "#3e4451" +set completion-highlight-fg "#abb2bf" set recolor-lightcolor "#282c34" -set recolor-darkcolor "#b6bdca" +set recolor-darkcolor "#abb2bf" set recolor "false" set recolor-keephue "false" |