diff options
| author | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
|---|---|---|
| committer | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
| commit | 26694e09e8f5bf2262737312e7ad217118db20de (patch) | |
| tree | ca55eee2f8c5106c61e747979780d6f393fd24c9 /.config/wallust/templates/colors_zathura | |
| parent | 89a596a50ec61b8ebd6040b06a7cab994afd1b3a (diff) | |
| download | dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.tar.gz dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.zip | |
switching to yadm
Diffstat (limited to '.config/wallust/templates/colors_zathura')
| -rw-r--r-- | .config/wallust/templates/colors_zathura | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.config/wallust/templates/colors_zathura b/.config/wallust/templates/colors_zathura new file mode 100644 index 0000000..e2c4b9c --- /dev/null +++ b/.config/wallust/templates/colors_zathura @@ -0,0 +1,34 @@ +set recolor "true" +set recolor-keephue "true" + +set completion-bg "{{background}}" +set completion-fg "{{foreground}}" +set completion-group-bg "{{background}}" +set completion-group-fg "{{color2}}" +set completion-highlight-bg "{{color2}}" +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 |