Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultPalette matches the original TUI colours. DefaultPalette = Palette{ Title: "#61afef", Body: "#abb2bf", Highlight: "#e5c07b", Error: "#e06c75", Loading: "#56b6c2", } TitleStyle lipgloss.Style BodyStyle lipgloss.Style HighlightStyle lipgloss.Style ErrorStyle lipgloss.Style LoadingStyle lipgloss.Style )
Functions ¶
func ApplyPalette ¶
func ApplyPalette(p Palette)
ApplyPalette rebuilds the exported styles based on the provided palette.
Types ¶
Click to show internal directories.
Click to hide internal directories.