MCPcopy
hub / github.com/sammcj/gollama / SuccessStyle

Function SuccessStyle

styles/styles.go:204–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

handleUnloadModelsKeyMethod · 0.92
handleRenameModelKeyMethod · 0.92

Calls 2

GetThemeFunction · 0.85
GetColourMethod · 0.80

Tested by

no test coverage detected