aboutsummaryrefslogtreecommitdiff
path: root/.local/share/mode
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2026-01-16 20:03:07 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2026-01-16 20:03:07 +0100
commit115ac49aa95caa4e648629f55ae287263a48655c (patch)
treea6feb177733475c85e13a5f2e2f43bdd590a5b83 /.local/share/mode
parentcbc28cd4f307804b84e8c96b4717d85f6b0ed008 (diff)
updates from workHEADmaster
Diffstat (limited to '.local/share/mode')
-rwxr-xr-x.local/share/mode/switch.d/zathura4
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"