Documentation ¶
Overview ¶
Package brand provides Go Brand colors.
Index ¶
Constants ¶
View Source
const ( GopherBlue = "#00ADD8" LightBlue = "#5DC9E2" Aqua = "#00A29C" Black = "#000000" Fuchsia = "#CE3262" Yellow = "#FDDD00" Turquoise = "#00758D" Slate = "#555759" Purple = "#402B56" CoolGray = "#DBD9D6" )
Brand colors in hex.
View Source
const ( Pass = "#36B37E" Fail = "#FF5630" Warn = "#FFAB00" )
Status colors.
Variables ¶
View Source
var ColorNames []string
ColorNames is the list of color names.
View Source
var Colors = map[string]string{ "gopher-blue": GopherBlue, "light-blue": LightBlue, "aqua": Aqua, "black": Black, "fuchsia": Fuchsia, "yellow": Yellow, "turquoise": Turquoise, "slate": Slate, "purple": Purple, "cool-gray": CoolGray, "pass": Pass, "fail": Fail, "warn": Warn, }
Colors is a map of named colors.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.