feat: UI legend

This commit is contained in:
2026-01-25 22:28:53 -06:00
parent 6165a10481
commit 7964d4e183
3 changed files with 124 additions and 1 deletions

View File

@@ -96,6 +96,11 @@ var (
HelpDescStyle = lipgloss.NewStyle().
Foreground(ColorMuted)
// Legend styles
LegendGroupStyle = lipgloss.NewStyle().
Foreground(ColorMuted).
PaddingLeft(2)
// Error styles
ErrorStyle = lipgloss.NewStyle().
Foreground(ColorError).