What's wrong with this entry?
Anonymous. No account, no email.
What
Users can now create, edit, and manage custom color themes with fine-grained color token overrides.
Details
- Custom themes are stored as JSON files in the user's themes directory (
~/.claude/themes/) - Each theme specifies a
name,basetheme (darkorlight), and coloroverrides - Color overrides accept
rgb(r,g,b),#rrggbb,ansi256(n), oransi:nameformats - Custom themes appear in the
/themepicker with a(custom)label - A
"New custom theme…"option is available in the theme selector to create themes interactively - File watcher auto-reloads themes when JSON files are added, changed, or removed
- Themes from plugins are also supported via a
themesfield in plugin.json or athemes/directory - Plugin settings schema adds
themesDirectoriesfor specifying additional theme paths
Evidence
Theme creation flow (search for "__new_custom_theme__") and color validation (search for "Accepts rgb(r,g,b)" and "rgb(r,g,b) · #rrggbb · ansi:red").
Strings lifted out of the shipped bundle, so the claim above can be checked against them.