From 3be98e5ef5247042fd219dded572910305b1a5a4 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 9 Mar 2024 14:16:43 +0100 Subject: big restructure of `mode` scripts --- .config/mode/switch.d/zathura | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 .config/mode/switch.d/zathura (limited to '.config/mode/switch.d/zathura') diff --git a/.config/mode/switch.d/zathura b/.config/mode/switch.d/zathura deleted file mode 100755 index 0fde1d1..0000000 --- a/.config/mode/switch.d/zathura +++ /dev/null @@ -1,27 +0,0 @@ -#!/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 - -- cgit v1.2.3