MCPcopy Create free account
hub / github.com/B33pBeeps/redthread / BackgroundColor

Struct BackgroundColor

internal/app/theme.go:154–157  ·  view source on GitHub ↗

--- background choices ------------------------------------------------ BackgroundColor is one fill option in the background picker. Hex "" means transparent — the terminal/tmux background shows through (the default).

Source from the content-addressed store, hash-verified

152// BackgroundColor is one fill option in the background picker. Hex "" means
153// transparent — the terminal/tmux background shows through (the default).
154type BackgroundColor struct {
155 Name string
156 Hex string
157}
158
159// BackgroundColors — the fill colors offered in the background menu, in
160// order. "terminal" keeps today's transparency; the rest are the background

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected