Documentation
¶
Index ¶
Constants ¶
Variables ¶
View Source
var CustomThemeKeys = CustomTheme{
Primary: "primary",
Secondary: "secondary",
Success: "success",
Inactive: "inactive",
Error: "error",
}
Functions ¶
This section is empty.
Types ¶
type CustomTheme ¶ added in v0.5.0
type Theme ¶
type Theme struct {
Primary lipgloss.Color
Secondary lipgloss.Color
Inactive lipgloss.Color
Success lipgloss.Color
Error lipgloss.Color
ChromaStyle *chroma.Style
}
func (*Theme) SetOverrides ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.