Documentation ¶
Overview ¶
Package style provide display coloring
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Default string = "default" Black string = "black" Red string = "red" Green string = "green" Yellow string = "yellow" Blue string = "blue" Magenta string = "magenta" Cyan string = "cyan" White string = "white" BrightBlack string = "bright-black" BrightRed string = "bright-red" BrightGreen string = "bright-green" BrightYellow string = "bright-yellow" BrightBlue string = "bright-blue" BrightMagenta string = "bright-magenta" BrightCyan string = "bright-cyan" BgBlack string = "bg-black" BgRed string = "bg-red" BgGreen string = "bg-green" BgYellow string = "bg-yellow" BgBlue string = "bg-blue" BgMagenta string = "bg-magenta" BgCyan string = "bg-cyan" BgWhite string = "bg-white" BgBrightBlack string = "bg-bright-black" BgBrightRed string = "bg-bright-red" BgBrightGreen string = "bg-bright-green" BgBrightYellow string = "bg-bright-yellow" BgBrightBlue string = "bg-bright-blue" BgBrightMagenta string = "bg-bright-magenta" BgBrightCyan string = "bg-bright-cyan" BgBrightWhite string = "bg-bright-white" Bold string = "bold" Dim string = "dim" Italic string = "italic" Underlined string = "underlined" Blink string = "blink" Inverse string = "inverse" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.