GetColour returns a lipgloss.Colour from a theme colour string
(colour string)
| 553 | |
| 554 | // GetColour returns a lipgloss.Colour from a theme colour string |
| 555 | func (t *Theme) GetColour(colour string) lipgloss.Color { |
| 556 | return lipgloss.Color(colour) |
| 557 | } |
| 558 | |
| 559 | // GetFamilyColour returns the colour for a model family |
| 560 | func (t *Theme) GetFamilyColour(family string) lipgloss.Color { |
no outgoing calls
no test coverage detected