diff options
Diffstat (limited to '.config/wal/templates/colors-zathura')
| -rw-r--r-- | .config/wal/templates/colors-zathura | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/.config/wal/templates/colors-zathura b/.config/wal/templates/colors-zathura index 0713fd7..42118a0 100644 --- a/.config/wal/templates/colors-zathura +++ b/.config/wal/templates/colors-zathura @@ -1,24 +1,3 @@ -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}" @@ -26,6 +5,9 @@ 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}" |
