File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
7272 return m , nil
7373}
7474
75- // Palette adapted from torlink (github.com/baairon/torlink) .
75+ // Catppuccin Mocha palette .
7676var (
77- accent = lipgloss .Color ("#a78bfa " ) // violet — active/focus/title
78- muted = lipgloss .Color ("#6b6577 " ) // purple-grey — dividers, labels, inactive
79- ok = lipgloss .Color ("#86d6a2 " ) // soft green — 2xx / good counts
80- warn = lipgloss .Color ("#f0c674 " ) // 3xx
81- bad = lipgloss .Color ("#e57373 " ) // 4xx/5xx / error counts
77+ accent = lipgloss .Color ("#cba6f7 " ) // mauve — active/focus/title
78+ muted = lipgloss .Color ("#6c7086 " ) // overlay0 — dividers, labels, inactive
79+ ok = lipgloss .Color ("#a6e3a1 " ) // green — 2xx / good counts
80+ warn = lipgloss .Color ("#fab387 " ) // peach — 3xx
81+ bad = lipgloss .Color ("#f38ba8 " ) // red — 4xx/5xx / error counts
8282
8383 titleStyle = lipgloss .NewStyle ().Bold (true ).Foreground (accent )
8484 labelStyle = lipgloss .NewStyle ().Foreground (muted )
You can’t perform that action at this time.
0 commit comments