Versions in this module Expand all Collapse all v1 v1.0.1 Jul 26, 2026 v1.0.0 Jul 26, 2026 Changes in this version + const DefaultName + func Names() []string + type Palette struct + Accent string + AccentFg string + Bg string + BgSoft string + Error string + Fg string + FgDim string + Header string + Highlight string + Name string + Series []string + Success string + Warning string + type Theme struct + Border lipgloss.Style + ColCursor lipgloss.Style + Error lipgloss.Style + Gutter lipgloss.Style + Header lipgloss.Style + Input lipgloss.Style + ListItem lipgloss.Style + ListSelected lipgloss.Style + Match lipgloss.Style + Palette Palette + Placeholder lipgloss.Style + PopupBorder lipgloss.Style + PopupTitle lipgloss.Style + RowEven lipgloss.Style + RowOdd lipgloss.Style + RowSelected lipgloss.Style + StatusBar lipgloss.Style + Subtle lipgloss.Style + Success lipgloss.Style + Text lipgloss.Style + Warning lipgloss.Style + func Builtin(name string) (*Theme, bool) + func Default() *Theme + func New(p Palette) *Theme + func (t *Theme) SeriesColor(i int) color.Color