()
| 214 | } |
| 215 | |
| 216 | func WarningStyle() lipgloss.Style { |
| 217 | theme := GetTheme() |
| 218 | return lipgloss.NewStyle(). |
| 219 | Foreground(theme.GetColour(theme.Colours.Warning)) |
| 220 | } |
| 221 | |
| 222 | // Help styles |
| 223 | func HelpTextStyle() lipgloss.Style { |
no test coverage detected