Skip to content

fix: use ANSI red for yolo indicator to improve readability#1470

Open
Br1an67 wants to merge 1 commit intoMoonshotAI:mainfrom
Br1an67:fix/yolo-indicator-colors
Open

fix: use ANSI red for yolo indicator to improve readability#1470
Br1an67 wants to merge 1 commit intoMoonshotAI:mainfrom
Br1an67:fix/yolo-indicator-colors

Conversation

@Br1an67
Copy link

@Br1an67 Br1an67 commented Mar 17, 2026

Problem

The yolo indicator uses hardcoded fg:#ffff00 (bright yellow), which is nearly invisible on light terminal backgrounds (e.g., Ghostty light theme).

Fix

Switch to ansired which uses the terminal's own palette color, adapting to both light and dark themes. Red also better conveys the 'caution' semantics of yolo mode.

Fixes #1301


Open with Devin

Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

The yolo indicator used hardcoded bright yellow (#ffff00) which
is nearly invisible on light terminal backgrounds (e.g., Ghostty
light theme).

Switch to ANSI red which adapts to the terminal's color scheme
and provides good contrast on both light and dark backgrounds.
Red also better conveys the 'caution' semantics of yolo mode.

Fixes MoonshotAI#1301
@Br1an67 Br1an67 force-pushed the fix/yolo-indicator-colors branch from 08a1695 to 3a55b19 Compare March 17, 2026 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ghostty light theme ‘yolo’ identifier difficult to distinguish

1 participant