From 993a733a9d6441ec06d02b4424b8178bee95524a Mon Sep 17 00:00:00 2001 From: Matthias Puchstein Date: Wed, 3 Jun 2026 23:47:59 +0200 Subject: [PATCH] kitty: purge stale apex v1 *-theme.auto.conf override kitty auto-loads dark/light/no-preference *-theme.auto.conf based on the OS color scheme, which overrode the v2 `include themes/apex-neon.conf`. 8db3831 dropped the file from source but left it on already-deployed machines. Add .chezmoiremove so apply purges it everywhere. --- .chezmoiremove | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .chezmoiremove diff --git a/.chezmoiremove b/.chezmoiremove new file mode 100644 index 0000000..ea1de41 --- /dev/null +++ b/.chezmoiremove @@ -0,0 +1,7 @@ +# Stale kitty kitten-themes auto file (apex v1 colors). kitty auto-loads +# *-theme.auto.conf based on the OS light/dark setting, which overrode the +# v2 `include themes/apex-neon.conf`. Dropped from source in 8db3831 but it +# lingered on machines where it was already deployed. +.config/kitty/dark-theme.auto.conf +.config/kitty/light-theme.auto.conf +.config/kitty/no-preference-theme.auto.conf