feat(cli): use dim colors for YOLO/auto-accept mode borders - #1476
Merged
Conversation
afarber
requested review from
DennisYu07,
LaZzyMan,
Mingholy,
gwinthis,
pomelo-nwu and
tanzhenxin
as code owners
January 13, 2026 06:53
Contributor
Author
afarber
force-pushed
the
1461-yolo-color-change
branch
from
January 17, 2026 13:23
be41c8f to
5d20848
Compare
xaelistic
pushed a commit
to xaelistic/qwen-code
that referenced
this pull request
Jun 7, 2026
feat(cli): use dim colors for YOLO/auto-accept mode borders
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.

TLDR
Replace bright red/yellow border colors in YOLO and auto-accept modes with darker, less visually intense variants.
Dive Deeper
Added new semantic color tokens (
errorDim,warningDim) and corresponding theme colors (AccentRedDim,AccentYellowDim) across all themes:#8B3A4A(dim rose) for YOLO,#8B7530(dim gold) for auto-accept#993333(dim red) for YOLO,#8B7000(dim amber) for auto-acceptred/yellowReviewer Test Plan
npm run start/approval-mode yolo/approval-mode auto-edit/themecommandAlternative: Start directly with
npm start -- --yoloornpm start -- -yTesting Matrix
Linked issues / bugs
Fixes #1461