aboutsummaryrefslogtreecommitdiff
path: root/.local/share/mode/switch.d/zathura
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/mode/switch.d/zathura')
-rwxr-xr-x.local/share/mode/switch.d/zathura3
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/share/mode/switch.d/zathura b/.local/share/mode/switch.d/zathura
index c0687df..e1a15e7 100755
--- a/.local/share/mode/switch.d/zathura
+++ b/.local/share/mode/switch.d/zathura
@@ -1,5 +1,6 @@
#!/bin/sh
-cat << EOF > "$XDG_CONFIG_HOME/zathura/colors"
+mkcd "$XDG_CONFIG_HOME/zathura"
+cat << EOF > 'colors'
set completion-bg "$bg"
set completion-fg "$fg"
set completion-highlight-bg "$accent"