fix(terminal): light theme matching the app - #21
Merged
Conversation
The embedded Claude Code terminal used a dark navy theme that clashed with the
app's light surface. Restyle to match:
- White background, zinc-800 text, brand-600 cursor, brand-200 selection.
- A light-tuned ANSI 16-colour palette so Claude Code's coloured output stays
legible on white.
- A small header bar ("Claude Code · your subscription, on-device") + proper
padding so it reads as a finished panel.
- Guard the mount effect (startedRef) so React 18 StrictMode no longer spawns
two PTYs in dev — one clean session per tab open.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
emretheus
added a commit
that referenced
this pull request
May 27, 2026
The embedded Claude Code terminal used a dark navy theme that clashed with the
app's light surface. Restyle to match:
- White background, zinc-800 text, brand-600 cursor, brand-200 selection.
- A light-tuned ANSI 16-colour palette so Claude Code's coloured output stays
legible on white.
- A small header bar ("Claude Code · your subscription, on-device") + proper
padding so it reads as a finished panel.
- Guard the mount effect (startedRef) so React 18 StrictMode no longer spawns
two PTYs in dev — one clean session per tab open.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up polish on the embedded Claude Code terminal (#20). The dark navy theme clashed with the app's light surface; this matches it.
Verified live: tab restyles via HMR, single PTY spawn, Claude Code launches with the meetwit MCP server connected (confirmed
python -m meetwit mcprunning + "Calling meetwit…" in the session).🤖 Generated with Claude Code