Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Code ¶
type Code int
Code color code.
Attributes.
const ( DarkGray Code = iota + 90 LightRed LightGreen LightYellow LightBlue LightMagenta LightCyan White )
Foreground colors with higher offset.
Background colors.
const ( BgDarkGray Code = iota + 100 BgLightRed BgLightGreen BgLightYellow BgLightBlue BgLightMagenta BgLightCyan BgWhite )
Background colors with higher offset.
const None Code = -1
None color code.
Click to show internal directories.
Click to hide internal directories.