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

Function WarningStyle

styles/styles.go:216–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

handleUnloadModelsKeyMethod · 0.92
externalEditorViewMethod · 0.92
mainFunction · 0.92

Calls 2

GetThemeFunction · 0.85
GetColourMethod · 0.80

Tested by

no test coverage detected