diff options
Diffstat (limited to '.config/zathura/colors')
-rw-r--r-- | .config/zathura/colors | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/.config/zathura/colors b/.config/zathura/colors index c4bb3e0..085fa42 100644 --- a/.config/zathura/colors +++ b/.config/zathura/colors @@ -1,23 +1,23 @@ -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 recolor-lightcolor "#121213" +set default-bg "#0f1419" +set statusbar-bg "#0f1419" +set inputbar-bg "#0f1419" +set completion-highlight-fg "#0f1419" +set completion-bg "#0f1419" +set notification-error-fg "#0f1419" +set notification-warning-fg "#0f1419" +set notification-fg "#0f1419" +set recolor-lightcolor "#0f1419" -set default-fg "#fdf9f7" -set inputbar-fg "#fdf9f7" -set completion-fg "#fdf9f7" -set statusbar-fg "#fdf9f7" -set recolor-darkcolor "#fdf9f7" +set default-fg "#f8f8f0" +set inputbar-fg "#f8f8f0" +set completion-fg "#f8f8f0" +set statusbar-fg "#f8f8f0" +set recolor-darkcolor "#f8f8f0" -set notification-error-bg "#F7AFC0" -set notification-warning-bg "#F7AFC0" -set completion-highlight-bg "#F7AFC0" -set highlight-color "#F7AFC0" +set notification-error-bg "#f95c76" +set notification-warning-bg "#f95c76" +set completion-highlight-bg "#f95c76" +set highlight-color "#f95c76" -set highlight-active-color "#C3AFF7" -set notification-bg "#C3AFF7" +set highlight-active-color "#ea79fc" +set notification-bg "#ea79fc" |