Invisible text in question selector #4698

Closed
opened 2026-02-16 17:45:06 -05:00 by yindo · 2 comments
Owner

Originally created by @FreeSamples00 on GitHub (Jan 10, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

The Headers in multi-selection questions (specifically the selected header) do not show text, only the background color.

Image Image

This only occurs with my custom theme, when backgrounds are set to transparent:

    "background": {
      "dark": "transparent",
      "light": "transparent"
    },

Plugins

None

OpenCode version

1.1.10

Steps to reproduce

  1. Change backgrounds to transparent in theme
  2. get agent to use the multi-select question tool

Screenshot and/or share link

Image

Operating System

macOS

Terminal

Ghostty

Originally created by @FreeSamples00 on GitHub (Jan 10, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description The Headers in multi-selection questions (specifically the selected header) do not show text, only the background color. <img width="635" height="423" alt="Image" src="https://github.com/user-attachments/assets/100cb9ba-e6d7-463f-9329-f8d1fc6b199d" /> <img width="623" height="399" alt="Image" src="https://github.com/user-attachments/assets/3a150e8f-4dc9-4e4e-b27e-967718c4db9a" /> This only occurs with my custom theme, when backgrounds are set to transparent: ```json "background": { "dark": "transparent", "light": "transparent" }, ``` ### Plugins None ### OpenCode version 1.1.10 ### Steps to reproduce 1. Change backgrounds to transparent in theme 2. get agent to use the multi-select question tool ### Screenshot and/or share link <img width="789" height="1503" alt="Image" src="https://github.com/user-attachments/assets/c6068fa9-6104-4dfb-94ae-1c661f242dfd" /> ### Operating System macOS ### Terminal Ghostty
yindo added the opentuibug labels 2026-02-16 17:45:06 -05:00
yindo closed this issue 2026-02-16 17:45:06 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 10, 2026):

This issue might be related to existing theme/styling issues. Please check:

  • #7505: Standard UI theme has several troubles (visibility issues with highlighting and text in dialogs)
  • #5088: Theming: Unable to change text input placeholder color (custom theme styling not applying correctly)
  • #4461: Input text is black on black (text visibility issue with theme colors)
  • #4043: TUI themes became dim (theme rendering issues affecting readability)
  • #6823: CLI colors have low contrast on macOS Terminal (color contrast issues with custom themes)

These issues share similar symptoms of text/UI elements becoming invisible or hard to read with certain theme configurations. Your issue specifically occurs with transparent backgrounds in custom themes, which might be a related rendering problem in the question tool component.

@github-actions[bot] commented on GitHub (Jan 10, 2026): This issue might be related to existing theme/styling issues. Please check: - #7505: Standard UI theme has several troubles (visibility issues with highlighting and text in dialogs) - #5088: Theming: Unable to change text input placeholder color (custom theme styling not applying correctly) - #4461: Input text is black on black (text visibility issue with theme colors) - #4043: TUI themes became dim (theme rendering issues affecting readability) - #6823: CLI colors have low contrast on macOS Terminal (color contrast issues with custom themes) These issues share similar symptoms of text/UI elements becoming invisible or hard to read with certain theme configurations. Your issue specifically occurs with transparent backgrounds in custom themes, which might be a related rendering problem in the question tool component.
Author
Owner

@FreeSamples00 commented on GitHub (Feb 15, 2026):

This has been resolved, unsure when

@FreeSamples00 commented on GitHub (Feb 15, 2026): This has been resolved, unsure when
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#4698