[PR #4899] fix(tui): add missing fg color to permission keybind hints #11164

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

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

State: closed
Merged: Yes


the permission keybind hints (enter/a/d) were missing explicit fg color, causing them to blend into the background on some terminals/themes

changes

added fg={theme.text} to the three <text> elements containing the permission keybind hints, matching the existing pattern used elsewhere (e.g. prompt/index.tsx lines 892-901)

before

keybind letters nearly invisible against backgroundPanel

after

keybind letters use theme.text for proper contrast

relates to #4461

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4899 **State:** closed **Merged:** Yes --- the permission keybind hints (enter/a/d) were missing explicit fg color, causing them to blend into the background on some terminals/themes # changes added `fg={theme.text}` to the three `<text>` elements containing the permission keybind hints, matching the existing pattern used elsewhere (e.g. prompt/index.tsx lines 892-901) # before keybind letters nearly invisible against backgroundPanel # after keybind letters use theme.text for proper contrast relates to #4461
yindo added the pull-request label 2026-02-16 18:15:57 -05:00
yindo closed this issue 2026-02-16 18:15:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11164