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>