[PR #4886] fix: minor ui bug for transparent backgrounds #11155

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

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

State: closed
Merged: Yes


Motivation

Sorry for the nit pick bug - it just bothered me 😅

When using a transparent background theme (background set to "none"), the vertical separator line to the left of the prompt input extends visibly past the prompt box, creating a visual artifact.

Changes

Made the vertical separator character conditional on background transparency, matching the existing behavior of the horizontal separator:

  • Opaque backgrounds: Display "╹" separator character
  • Transparent backgrounds: Use space character to hide the separator

Screenshots

Before
CleanShot 2025-11-28 at 22 50 34@2x

After
CleanShot 2025-11-28 at 22 39 07@2x

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4886 **State:** closed **Merged:** Yes --- # Motivation Sorry for the nit pick bug - it just bothered me 😅 When using a transparent background theme (background set to "none"), the vertical separator line to the left of the prompt input extends visibly past the prompt box, creating a visual artifact. # Changes Made the vertical separator character conditional on background transparency, matching the existing behavior of the horizontal separator: - Opaque backgrounds: Display "╹" separator character - Transparent backgrounds: Use space character to hide the separator # Screenshots Before <img width="3448" height="2168" alt="CleanShot 2025-11-28 at 22 50 34@2x" src="https://github.com/user-attachments/assets/58291c68-c621-49cf-bb24-0d1fa6b5e574" /> After <img width="3456" height="2172" alt="CleanShot 2025-11-28 at 22 39 07@2x" src="https://github.com/user-attachments/assets/9dee3c1d-fcef-4210-836d-e8ab5f3f8981" />
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#11155