feat: add Zenburnesque theme#35
Merged
Merged
Conversation
Zenburn-inspired theme with sage green accent (#9ece9e), warm off-white foreground (#dcdccc), and earthy gray-brown backgrounds. Includes CSS variables, Monaco editor colors, terminal background, and AgentSelector contrast fix for dark accent-text on dark selection. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Use Zenburn's iconic dusty rose (#cc9393) as the accent for a warmer glow. Shift error to coral red (#e37170) to avoid accent/error clash. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
870c9d4 to
0269685
Compare
Owner
|
Great stuff! Thank you very much <3 |
Owner
|
The new theme is really sweet. I am using it as my new default! Thanks again! |
brooksc
added a commit
to brooksc/parallel-code
that referenced
this pull request
May 11, 2026
Extract validateStartMCPServerArgs from the handler into a testable exported function, then add Layer 4 tests covering all five rejection paths (non-absolute projectRoot/worktreePath, ".." traversal, non-string agentArgs elements, shell-special dockerContainerName). Each rejection test also spies on fs.writeFileSync/copyFileSync to confirm no I/O occurs before the error is thrown. Two positive tests verify optional fields (worktreePath, dockerContainerName) can be omitted. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
brooksc
added a commit
to brooksc/parallel-code
that referenced
this pull request
May 14, 2026
Extract validateStartMCPServerArgs from the handler into a testable exported function, then add Layer 4 tests covering all five rejection paths (non-absolute projectRoot/worktreePath, ".." traversal, non-string agentArgs elements, shell-special dockerContainerName). Each rejection test also spies on fs.writeFileSync/copyFileSync to confirm no I/O occurs before the error is thrown. Two positive tests verify optional fields (worktreePath, dockerContainerName) can be omitted. Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
#cc9393) with warm gray-brown backgrounds and Zenburn's iconic#dcdcccforegroundcolor-mix()for the app's signature visual treatmentFiles changed (5)
src/styles.csssrc/lib/look.tsLookPresettype + preset metadatasrc/lib/monaco-theme.tssrc/lib/theme.tssrc/components/AgentSelector.tsxTest plan
🤖 Generated with Claude Code