Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Theme ¶
type Theme struct {
Foreground color.Color
Background color.Color
Primary color.Color
Secondary color.Color
Muted color.Color
Highlight color.Color
Info color.Color
Warning color.Color
Danger color.Color
Working color.Color
}
Theme holds the pre-parsed lipgloss colors for the UI.
func New ¶
func New(cfg config.ThemeConfig) Theme
New parses the string-based ThemeConfig into a usable lipgloss Theme.
Click to show internal directories.
Click to hide internal directories.