diff options
author | listout <listout@protonmail.com> | 2021-04-14 11:39:59 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-14 11:39:59 +0530 |
commit | c70fba8a9ac35263ab4fbeeaabb981ecae5a5f45 (patch) | |
tree | a18ab452e459f8cf5578c28dd4c8a26b3e887bb7 /.config/zathura | |
parent | 609c1348e976591e05efdba395398c1ddcd14123 (diff) |
zathura config
Diffstat (limited to '.config/zathura')
-rw-r--r-- | .config/zathura/genzathurarc | 35 | ||||
-rw-r--r-- | .config/zathura/zathurarc | 29 |
2 files changed, 64 insertions, 0 deletions
diff --git a/.config/zathura/genzathurarc b/.config/zathura/genzathurarc new file mode 100644 index 0000000..5fae055 --- /dev/null +++ b/.config/zathura/genzathurarc @@ -0,0 +1,35 @@ +#!/bin/sh + +. $HOME/.cache/wal/colors.sh + +cat <<CONF +set recolor "true" +set completion-bg "$background" +set completion-fg "$foreground" +set completion-group-bg "$background" +set completion-group-fg "$color2" +set completion-highlight-bg "$foreground" +set completion-highlight-fg "$background" +set recolor-lightcolor "$background" +set recolor-darkcolor "$foreground" +set default-bg "$background" +set inputbar-bg "$background" +set inputbar-fg "$foreground" +set notification-bg "$background" +set notification-fg "$foreground" +set notification-error-bg "$color1" +set notification-error-fg "$foreground" +set notification-warning-bg "$color1" +set notification-warning-fg "$foreground" +set statusbar-bg "$background" +set statusbar-fg "$foreground" +set index-bg "$background" +set index-fg "$foreground" +set index-active-bg "$foreground" +set index-active-fg "$background" +set render-loading-bg "$background" +set render-loading-fg "$foreground" +set window-title-home-tilde true +set statusbar-basename true +set selection-clipboard clipboard +CONF diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..6d9ab1f --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1,29 @@ +set recolor "true" +set completion-bg "#0b0906" +set completion-fg "#c3cbd3" +set completion-group-bg "#0b0906" +set completion-group-fg "#687887" +set completion-highlight-bg "#c3cbd3" +set completion-highlight-fg "#0b0906" +set recolor-lightcolor "#0b0906" +set recolor-darkcolor "#c3cbd3" +set default-bg "#0b0906" +set inputbar-bg "#0b0906" +set inputbar-fg "#c3cbd3" +set notification-bg "#0b0906" +set notification-fg "#c3cbd3" +set notification-error-bg "#57646F" +set notification-error-fg "#c3cbd3" +set notification-warning-bg "#57646F" +set notification-warning-fg "#c3cbd3" +set statusbar-bg "#0b0906" +set statusbar-fg "#c3cbd3" +set index-bg "#0b0906" +set index-fg "#c3cbd3" +set index-active-bg "#c3cbd3" +set index-active-fg "#0b0906" +set render-loading-bg "#0b0906" +set render-loading-fg "#c3cbd3" +set window-title-home-tilde true +set statusbar-basename true +set selection-clipboard clipboard |