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

Function HeaderBorderStyle

styles/styles.go:39–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func HeaderBorderStyle() lipgloss.Style {
40 theme := GetTheme()
41 return lipgloss.NewStyle().
42 BorderStyle(lipgloss.NormalBorder()).
43 BorderForeground(theme.GetColour(theme.Colours.HeaderBorder))
44}
45
46// List item styles
47func ItemNameStyle(index int) lipgloss.Style {

Callers

nothing calls this directly

Calls 2

GetThemeFunction · 0.85
GetColourMethod · 0.80

Tested by

no test coverage detected