Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GreenFmt = "" GrayFmt = "" HeaderTitleFmt = "" HeaderItemFmt = "" HeaderKeyFmt = "" HelpTitleFmt = "" HelpKeyFmt = "" HelpDescriptionFmt = "" NoticeInfoFmt = "" NoticeWarnFmt = "" NoticeErrorFmt = "" TableTitleFmt = "" TableSecondaryTitleFmt = "" TableClusterTasksFmt = "" )
Functions ¶
Types ¶
type Colors ¶ added in v1.0.32
type Colors struct { BgColor string `toml:"background"` FgColor string `toml:"foreground"` BorderColor string `toml:"border"` // Assuming there's a border color in the TOML Black string `toml:"black"` Yellow string `toml:"yellow"` Green string `toml:"green"` Red string `toml:"red"` Blue string `toml:"blue"` Magenta string `toml:"magenta"` Cyan string `toml:"cyan"` Gray string `toml:"white"` // Assuming dim white is considered gray }
Click to show internal directories.
Click to hide internal directories.