From ab9aaec1b8f4c4cadcde69b0ec43984f8ad63ef5 Mon Sep 17 00:00:00 2001 From: niklascfw Date: Mon, 30 Mar 2026 19:26:39 +0200 Subject: [PATCH] fix(Package Manager): OFF toggle color (was cyan; now red) Add boot/exit_package.ini so table on/off footer_highlight matches theme. Made-with: Cursor --- .../light/switch/.packages/Package Manager/boot_package.ini | 3 +++ .../light/switch/.packages/Package Manager/exit_package.ini | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 variants/light/switch/.packages/Package Manager/boot_package.ini create mode 100644 variants/light/switch/.packages/Package Manager/exit_package.ini diff --git a/variants/light/switch/.packages/Package Manager/boot_package.ini b/variants/light/switch/.packages/Package Manager/boot_package.ini new file mode 100644 index 0000000..5040aad --- /dev/null +++ b/variants/light/switch/.packages/Package Manager/boot_package.ini @@ -0,0 +1,3 @@ +[boot] +set-ini-val /config/ultrahand/theme.ini theme off_text_color '#FF4444' +refresh theme \ No newline at end of file diff --git a/variants/light/switch/.packages/Package Manager/exit_package.ini b/variants/light/switch/.packages/Package Manager/exit_package.ini new file mode 100644 index 0000000..12bf6b2 --- /dev/null +++ b/variants/light/switch/.packages/Package Manager/exit_package.ini @@ -0,0 +1,3 @@ +[exit] +set-ini-val /config/ultrahand/theme.ini theme off_text_color '#00E1FF' +refresh theme \ No newline at end of file