Skip to content

feat(tui): add toolOutputText theme color for bash output#13603

Closed
olosegres wants to merge 1 commit into
anomalyco:devfrom
olosegres:feat/tui-tool-output-color
Closed

feat(tui): add toolOutputText theme color for bash output#13603
olosegres wants to merge 1 commit into
anomalyco:devfrom
olosegres:feat/tui-tool-output-color

Conversation

@olosegres

@olosegres olosegres commented Feb 14, 2026

Copy link
Copy Markdown

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.

Add separate theme color for tool output text to distinguish
command output from regular text. Falls back to 'text' color
for backward compatibility with existing themes.
@github-actions

Copy link
Copy Markdown
Contributor

Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR.

@github-actions github-actions Bot closed this Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Add toolOutputText theme color for customizing bash output

1 participant