mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 23:40:48 +00:00
fix(tui): title bg color missing on system theme
This commit is contained in:
parent
667ff90dd6
commit
2f4db2777c
1 changed files with 1 additions and 1 deletions
|
|
@ -787,7 +787,7 @@ func renderToolTitle(
|
|||
title := renderToolAction(toolCall.Tool)
|
||||
t := theme.CurrentTheme()
|
||||
shiny := util.Shimmer(title, t.BackgroundPanel(), t.TextMuted(), t.Accent())
|
||||
return styles.NewStyle().Width(width - 6).Render(shiny)
|
||||
return styles.NewStyle().Background(t.BackgroundPanel()).Width(width - 6).Render(shiny)
|
||||
}
|
||||
|
||||
toolArgs := ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue