MCPcopy
hub / github.com/rgburke/grv / NewSystemColor

Function NewSystemColor

cmd/grv/theme.go:168–172  ·  view source on GitHub ↗

NewSystemColor creates a new instance

(systemColorValue SystemColorValue)

Source from the content-addressed store, hash-verified

166
167// NewSystemColor creates a new instance
168func NewSystemColor(systemColorValue SystemColorValue) ThemeColor {
169 return &SystemColor{
170 systemColorValue: systemColorValue,
171 }
172}
173
174func (systemColor *SystemColor) themeColor() {}
175

Callers 6

getDefaultThemeComponentFunction · 0.85
NewClassicThemeFunction · 0.85
NewSolarizedThemeFunction · 0.85
getSystemColorFunction · 0.85

Calls

no outgoing calls