anomalyco / anomalyco/opencode

tui: transparent terminal shows black bar below prompt

Open
#43,654 0 comments 0 reactions 1 assignee View on GitHub

@simonklee is already working on this.

Since Aug 20, 2026.

2.0
Dominant language
TypeScript
Stars
209k
Forks
27.5k
PR merge metrics
PR metrics pending

Description

Summary

When terminal transparency is enabled, a black bar appears beneath the prompt input box in both OpenCode v1 and v2. The bar does not blend naturally with the transparent background in either version.

Environment

  • opencode version: v1.18.19 and v2.0.0-beta-17728
  • OS: Linux 7.1.8-1-cachyos, x86_64
  • Terminal: Alacritty with Tokyo Night theme
  • Shell: fish
  • Install/channel: v1 stable and v2 beta
  • Active plugins: superpowers and Graphify

Reproduction

  1. Configure Alacritty with window.opacity = 0.80, window.dynamic_padding = true, window.blur = true, and colors.transparent_background_colors = true.
  2. Launch OpenCode v1 or v2 with the Tokyo Night theme.
  3. Focus the prompt input box.

Expected Behavior

The prompt input area should blend naturally with the transparent terminal background.

Actual Behavior

A black bar appears at the bottom of the prompt input box in both versions. It does not blend naturally with the transparent background and breaks the transparency aesthetic.

Additional Context

If the bar is intended to provide shadow or 3D depth, it is too opaque and prominent in both versions.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.