MCPcopy Create free account
hub / github.com/1buran/rHttp / Theme

Struct Theme

config.go:32–36  ·  view source on GitHub ↗

UI color settings.

Source from the content-addressed store, hash-verified

30
31// UI color settings.
32type Theme struct {
33 Chroma string `json:"Chroma"`
34 Colors map[string]lipgloss.Color `json:"Colors"`
35 Emojis map[string]string `json:"Emojis"`
36}
37
38func (c *Config) HasWarnings() bool {
39 return len(c.Warnings) > 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected