[PR #4301] Fix: unreadable texts in light mode #10931

Closed
opened 2026-02-16 18:15:41 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/4301

State: closed
Merged: Yes


Closes #4244.
Some code components and as well the text components of the error toast (that appears in the top left when there is an error) were missing foreground color and defaulting to terminal white with plaintext, thus making it invisible on a light theme.

I've set theme.text as foreground color for all of them, including error toast title and message. Let me know if the color is right or theme.error is better in this context.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4301 **State:** closed **Merged:** Yes --- Closes #4244. Some code components and as well the text components of the error toast (that appears in the top left when there is an error) were missing foreground color and defaulting to terminal white with plaintext, thus making it invisible on a light theme. I've set theme.text as foreground color for all of them, including error toast title and message. Let me know if the color is right or theme.error is better in this context.
yindo added the pull-request label 2026-02-16 18:15:41 -05:00
yindo closed this issue 2026-02-16 18:15:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10931