anomalyco / anomalyco/opencode
[FEATURE]: Add Shades of Purple as a built-in TUI theme
@simonklee is already working on this.
Since Aug 24, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
Add Shades of Purple as a built-in TUI theme.
The desktop app already ships shadesofpurple (packages/ui/src/theme/themes/shadesofpurple.json), but the terminal UI doesn't have an equivalent yet — so the same palette isn't available to CLI users who never touch the desktop app.
Shades of Purple by Ahmad Awais (shades-of-purple-vscode) has been one of the most popular VS Code themes for years, and there is recent precedent for this kind of contribution: #41957 proposes catppuccin-latte for the TUI in exactly the same way.
I've already ported the palette into the TUI ThemeJson format (bg #2D2B55, keywords #FF9D00, strings #92FC79, variables #9EFFFF, comments #B362FF) and opened PR #44591 implementing it — happy to adjust naming, colors, or anything else to fit the project. Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.