[PR #13603] feat(tui): add toolOutputText theme color for bash output #14733

Open
opened 2026-02-16 18:19:30 -05:00 by yindo · 0 comments
Owner

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

State: open
Merged: No


Fixes #13601

Adds toolOutputText as an optional theme color for bash command output. Falls back to text if not specified.

Motivation: Having a separate color for tool output allows themes to highlight important content while making intermediate tool responses less visually prominent.

Changes:

  • Add toolOutputText to ThemeColors type
  • Handle it in resolveTheme() with fallback
  • Use it in Bash component for output text

Verified by: Running TUI with custom theme that sets toolOutputText to a different color.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/13603 **State:** open **Merged:** No --- Fixes #13601 Adds `toolOutputText` as an optional theme color for bash command output. Falls back to `text` if not specified. **Motivation:** Having a separate color for tool output allows themes to highlight important content while making intermediate tool responses less visually prominent. **Changes:** - Add `toolOutputText` to ThemeColors type - Handle it in resolveTheme() with fallback - Use it in Bash component for output text **Verified by:** Running TUI with custom theme that sets `toolOutputText` to a different color.
yindo added the pull-request label 2026-02-16 18:19:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14733