diff options
Diffstat (limited to '.local/share/mode/switch.d/zathura')
| -rwxr-xr-x | .local/share/mode/switch.d/zathura | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/share/mode/switch.d/zathura b/.local/share/mode/switch.d/zathura index 42d6d90..8d7e311 100755 --- a/.local/share/mode/switch.d/zathura +++ b/.local/share/mode/switch.d/zathura @@ -9,8 +9,8 @@ set completion-highlight-bg "$accent" set completion-highlight-fg "$accent_text" set default-bg "$bg" set default-fg "$fg" -set highlight-active-color "$accent" -set highlight-color "$accent_text" +set highlight-active-color "$(echo "$accent" | pastel set alpha 0.5 | pastel format rgb)" +set highlight-color "$(echo "$accent_text" | pastel set alpha 0.5 | pastel format rgb)" set inputbar-bg "$bg" set inputbar-fg "$fg" set notification-bg "$bg" |