diff options
Diffstat (limited to '.config/zathura')
-rw-r--r-- | .config/zathura/genzathurarc | 2 | ||||
-rw-r--r-- | .config/zathura/zathurarc | 50 |
2 files changed, 26 insertions, 26 deletions
diff --git a/.config/zathura/genzathurarc b/.config/zathura/genzathurarc index 5fae055..9d662d7 100644 --- a/.config/zathura/genzathurarc +++ b/.config/zathura/genzathurarc @@ -1,6 +1,6 @@ #!/bin/sh -. $HOME/.cache/wal/colors.sh +. ./test.sh cat <<CONF set recolor "true" diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 6d9ab1f..c910e9b 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,29 +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 completion-bg "#1c1c1c" +set completion-fg "#b5b4c9" +set completion-group-bg "#1c1c1c" +set completion-group-fg "#76a065" +set completion-highlight-bg "#b5b4c9" +set completion-highlight-fg "#1c1c1c" +set recolor-lightcolor "#1c1c1c" +set recolor-darkcolor "#b5b4c9" +set default-bg "#1c1c1c" +set inputbar-bg "#1c1c1c" +set inputbar-fg "#b5b4c9" +set notification-bg "#1c1c1c" +set notification-fg "#b5b4c9" +set notification-error-bg "#cf8164" +set notification-error-fg "#b5b4c9" +set notification-warning-bg "#cf8164" +set notification-warning-fg "#b5b4c9" +set statusbar-bg "#1c1c1c" +set statusbar-fg "#b5b4c9" +set index-bg "#1c1c1c" +set index-fg "#b5b4c9" +set index-active-bg "#b5b4c9" +set index-active-fg "#1c1c1c" +set render-loading-bg "#1c1c1c" +set render-loading-fg "#b5b4c9" set window-title-home-tilde true set statusbar-basename true set selection-clipboard clipboard |