diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-02 17:46:43 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-02 17:46:43 +0200 |
commit | 126aac27848795594f6ab6d3a67945da5ce16322 (patch) | |
tree | a0727d074e59818bc9a43d52a13706536ddf2fb2 /.config/zathura/colors | |
parent | a5740b6a81b4e11f3176ce890b63a7faae649be0 (diff) |
zathura with light/dark mode script
Diffstat (limited to '.config/zathura/colors')
-rw-r--r-- | .config/zathura/colors | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/zathura/colors b/.config/zathura/colors new file mode 100644 index 0000000..c4bb3e0 --- /dev/null +++ b/.config/zathura/colors @@ -0,0 +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-fg "#fdf9f7" +set inputbar-fg "#fdf9f7" +set completion-fg "#fdf9f7" +set statusbar-fg "#fdf9f7" +set recolor-darkcolor "#fdf9f7" + +set notification-error-bg "#F7AFC0" +set notification-warning-bg "#F7AFC0" +set completion-highlight-bg "#F7AFC0" +set highlight-color "#F7AFC0" + +set highlight-active-color "#C3AFF7" +set notification-bg "#C3AFF7" |