()
| 202 | } |
| 203 | |
| 204 | func SuccessStyle() lipgloss.Style { |
| 205 | theme := GetTheme() |
| 206 | return lipgloss.NewStyle(). |
| 207 | Foreground(theme.GetColour(theme.Colours.Success)) |
| 208 | } |
| 209 | |
| 210 | func InfoStyle() lipgloss.Style { |
| 211 | theme := GetTheme() |
no test coverage detected