We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da741b0 commit c8fe522Copy full SHA for c8fe522
1 file changed
pkg/tui/styles/styles.go
@@ -363,8 +363,7 @@ var (
363
Foreground(lipgloss.Color(ColorErrorStrong))
364
365
ToolName = ToolMessageStyle.
366
- Foreground(MobyBlue).
367
- Background(lipgloss.Color(ColorDarkBlue)).
+ Foreground(TextMutedGray).
368
Padding(0, 1)
369
370
ToolNameError = ToolName.
@@ -373,8 +372,7 @@ var (
373
372
374
ToolCompletedIcon = BaseStyle.
375
MarginLeft(2).
376
- Foreground(White).
377
- Background(MobyBlue)
+ Foreground(TextMutedGray)
378
379
ToolErrorIcon = ToolCompletedIcon.
380
Background(lipgloss.Color(ColorErrorStrong))
0 commit comments