diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-10-19 13:45:54 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-10-19 13:45:54 +0530 |
| commit | 42124b36df83ff615c65e3f93d8e74f2b5ec9ba7 (patch) | |
| tree | 06c813dc165ad22451f2a4218140df74a98c2960 /.config/wal/templates/colors-zathura | |
| parent | 830aedef682508df018f64d3364b630409864479 (diff) | |
pywal: add templates
Diffstat (limited to '.config/wal/templates/colors-zathura')
| -rw-r--r-- | .config/wal/templates/colors-zathura | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/.config/wal/templates/colors-zathura b/.config/wal/templates/colors-zathura new file mode 100644 index 0000000..0713fd7 --- /dev/null +++ b/.config/wal/templates/colors-zathura @@ -0,0 +1,49 @@ +set sandbox none +set statusbar-h-padding 0 +set statusbar-v-padding 0 +set page-padding 1 +set selection-clipboard clipboard +map u scroll half-up +map d scroll half-down +map D toggle_page_mode +map r reload +map R rotate +map K zoom in +map J zoom out +map i recolor +map p print +map b toggle_statusbar + + +set default-fg rgba(205,214,244,1) +set default-bg rgba(30,30,46,1) + + +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 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 |
