diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-20 16:48:59 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-20 16:48:59 +0200 |
commit | 0ad0ac5e75ad4fa43216f2f8aef3ec09251980c8 (patch) | |
tree | 117c60c2c5c082668411d467407da5a5d3699913 /.config/zathura/colors | |
parent | e54959e39ec8f326bc0cff3c38e415744c60972f (diff) |
colors but they're different now
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" |