Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BgStyles = map[Key]lipgloss.Style{ Selected: lipgloss.NewStyle().Background(Colors[Selected]), DarkerSelected: lipgloss.NewStyle().Background(Colors[DarkerSelected]), }
View Source
var Colors = map[Key]color.RGBA{ Selected: {R: 0x2d, G: 0x2c, B: 0x35, A: 0xFF}, DarkerSelected: {R: 0x20, G: 0x1F, B: 0x26, A: 0xFF}, }
Functions ¶
func LipglossColorToHex ¶ added in v0.8.0
lipglossColorToHex converts a color.Color to hex string
Types ¶
Click to show internal directories.
Click to hide internal directories.