Skip to content

Commit d5ba448

Browse files
authored
Use ANSI red for error styles to match terminal profile (#205)
1 parent 273c34e commit d5ba448

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/ui/styles/styles.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var (
5151
Foreground(lipgloss.Color("214"))
5252

5353
LogError = lipgloss.NewStyle().
54-
Foreground(lipgloss.Color("#C33820"))
54+
Foreground(lipgloss.Color("1"))
5555

5656
// Secondary/muted style for prefixes
5757
Secondary = lipgloss.NewStyle().
@@ -60,7 +60,7 @@ var (
6060
// Error styles
6161
ErrorTitle = lipgloss.NewStyle().
6262
Bold(true).
63-
Foreground(lipgloss.Color("#C33820"))
63+
Foreground(lipgloss.Color("1"))
6464

6565
ErrorDetail = lipgloss.NewStyle().
6666
Foreground(lipgloss.Color("245"))

0 commit comments

Comments
 (0)