MCPcopy
hub / github.com/liamg/darktile / CursorForeground

Method CursorForeground

internal/app/darktile/termutil/theme.go:126–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126func (t *Theme) CursorForeground() color.Color {
127 c, ok := t.colourMap[ColourCursorForeground]
128 if !ok {
129 return color.RGBA{0, 0, 0, 0xff}
130 }
131 return c
132}
133
134func (t *Theme) ColourFrom8Bit(n string) (color.Color, error) {
135

Callers 1

drawCursorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected