diff options
-rw-r--r-- | .config/qutebrowser/config.py | 1 | ||||
-rw-r--r-- | .config/zathura/zathurarc | 24 |
2 files changed, 13 insertions, 12 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 25fc2ec..da5dc8a 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -261,3 +261,4 @@ c.colors.tabs.selected.even.bg = base02 # Background color for webpages if unset (or empty to use the theme's # color). c.colors.webpage.bg = base00 +c.colors.webpage.prefers_color_scheme_dark 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" |