Skip to content

Commit c8fe522

Browse files
committed
Remove the background from tool call icons and names
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
1 parent da741b0 commit c8fe522

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)