feat: custom themes

Author: ivyCreated May 30, 2026Updated May 30, 2026

Hey! Just checking out claude-squad and wanted to see if you're open to contributions.

Text is rendering white on light gray on Catppuccin Frappé in Ghostty. My agent noted 43 colors/styles across the codebase using a mix of ANSI and hex codes. I was thinking it'd be great to make this user customizable.

I'd open two separate PRs:

  • First: Refactor current color/style references into a centralized struct representing light/dark mode
  • Second: Make themes configurable

Thoughts?