aboutsummaryrefslogtreecommitdiff
path: root/.local/share/mode/switch.d/zathura
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-09 14:16:43 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-09 14:16:43 +0100
commit3be98e5ef5247042fd219dded572910305b1a5a4 (patch)
tree43b0f170be0cae8559e582415f9575828ca4e6b3 /.local/share/mode/switch.d/zathura
parent2dc5ec7085e1c1bbc406f2089dddf8f6e1d9d206 (diff)
big restructure of `mode` scripts
Diffstat (limited to '.local/share/mode/switch.d/zathura')
-rwxr-xr-x.local/share/mode/switch.d/zathura27
1 files changed, 27 insertions, 0 deletions
diff --git a/.local/share/mode/switch.d/zathura b/.local/share/mode/switch.d/zathura
new file mode 100755
index 0000000..0fde1d1
--- /dev/null
+++ b/.local/share/mode/switch.d/zathura
@@ -0,0 +1,27 @@
+#!/bin/sh
+cat << EOF > "$XDG_CONFIG_HOME/zathura/colors"
+set default-bg "$bg"
+set statusbar-bg "$bg"
+set inputbar-bg "$bg"
+set completion-highlight-fg "$bg"
+set completion-bg "$bg"
+set notification-error-fg "$bg"
+set notification-warning-fg "$bg"
+set notification-fg "$bg"
+set recolor-lightcolor "$bg"
+
+set default-fg "$fg"
+set inputbar-fg "$fg"
+set completion-fg "$fg"
+set statusbar-fg "$fg"
+set recolor-darkcolor "$fg"
+
+set notification-error-bg "$color9"
+set notification-warning-bg "$color9"
+set completion-highlight-bg "$color9"
+set highlight-color "$color9"
+
+set highlight-active-color "$color13"
+set notification-bg "$color13"
+EOF
+