Skip to content

Commit 8b5b7fb

Browse files
authored
Merge pull request #1406 from rumpl/tool-background
Remove the background from tool call icons and names
2 parents fda3492 + c8fe522 commit 8b5b7fb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pkg/tui/styles/styles.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,7 @@ var (
363363
Foreground(lipgloss.Color(ColorErrorStrong))
364364

365365
ToolName = ToolMessageStyle.
366-
Foreground(MobyBlue).
367-
Background(lipgloss.Color(ColorDarkBlue)).
366+
Foreground(TextMutedGray).
368367
Padding(0, 1)
369368

370369
ToolNameError = ToolName.
@@ -373,8 +372,7 @@ var (
373372

374373
ToolCompletedIcon = BaseStyle.
375374
MarginLeft(2).
376-
Foreground(White).
377-
Background(MobyBlue)
375+
Foreground(TextMutedGray)
378376

379377
ToolErrorIcon = ToolCompletedIcon.
380378
Background(lipgloss.Color(ColorErrorStrong))

0 commit comments

Comments
 (0)