opencode
opencode copied to clipboard
fix: add fg color to some TUI text elements for light mode visibility
Similar to #5352, multiple text elements in the TUI were missing explicit fg (foreground color) attributes, making them invisible or hard to read in light mode.
Fixed in:
- Status dialog fallback text
- Provider dialog instructions
- Sidebar "Getting started" callout
- Dialog titles (Alert, Help, Prompt, Confirm, Provider)
Screenshots of the invisible texts
All those elements now use fg={theme.text} to ensure proper visibility across all themes.