Alex Dunmow f074d71cf9 chore(theme): modernize strings.Split to SplitSeq
Convert two loops in the theme command from strings.Split() to
strings.SplitSeq() for more efficient iteration using Go 1.24+ iterators.
This is a mechanical modernization with identical behavior.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 12:46:02 +08:00
..