Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ColorsMapping = map[string]termenv.Color{ "Black": termenv.ANSIBlack, "Red": termenv.ANSIRed, "Green": termenv.ANSIGreen, "Yellow": termenv.ANSIYellow, "Blue": termenv.ANSIBlue, "Magenta": termenv.ANSIMagenta, "Cyan": termenv.ANSICyan, "White": termenv.ANSIWhite, "Gray": termenv.RGBColor("#93a1a1"), }
Functions ¶
func ColorProfile ¶
func TemplateFuncs ¶
TemplateFuncs contains a few useful template helpers. Copied from: https://github.com/muesli/termenv/blob/v0.12.0/templatehelper.go Applied adjustments from: https://github.com/muesli/termenv/pull/14
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.