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.
This commit is contained in:
Matthias Puchstein
2026-06-03 23:47:59 +02:00
parent d6d025909e
commit 993a733a9d
+7
View File
@@ -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