Commit 3a55b19
committed
fix: use ANSI red for yolo indicator to improve readability
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 #13011 parent 7ba9695 commit 3a55b19
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1567 | 1567 | | |
1568 | 1568 | | |
1569 | 1569 | | |
1570 | | - | |
| 1570 | + | |
1571 | 1571 | | |
1572 | 1572 | | |
1573 | 1573 | | |
| |||
0 commit comments