Skip to content

fix(tui): replace unreadable yellow colors with dark goldenrod (#11300)#12487

Closed
Sanjays2402 wants to merge 1 commit into
NousResearch:mainfrom
Sanjays2402:fix/tui-yellow-readability-11300
Closed

fix(tui): replace unreadable yellow colors with dark goldenrod (#11300)#12487
Sanjays2402 wants to merge 1 commit into
NousResearch:mainfrom
Sanjays2402:fix/tui-yellow-readability-11300

Conversation

@Sanjays2402

Copy link
Copy Markdown
Contributor

Fixes #11300

Bright yellow text in the TUI branding component was unreadable on white/light terminal backgrounds. Replaced all four instances of hardcoded color="yellow" in ui-tui/src/components/branding.tsx with color="#b8860b" (dark goldenrod), which provides good contrast on both light and dark backgrounds.

Fixes NousResearch#11300 — bright yellow text was unreadable on light terminal
backgrounds. Replaced color="yellow" with color="#b8860b" (dark
goldenrod) which is readable on both light and dark backgrounds.
@OutThisLife

Copy link
Copy Markdown
Collaborator

Good catch, made it a little bit smarter here so its theme friendly #13103

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.

[Bug]: TUI hardcodes bright yellow colors, unreadable on white terminal backgrounds

2 participants