use better colour defaults
This commit is contained in:
committed by
Andrew Hynes
parent
fd581ef70c
commit
91f83c6be7
@@ -27,6 +27,7 @@ var (
|
||||
BgBlue = FromBasicBg(color.BgBlue)
|
||||
BgMagenta = FromBasicBg(color.BgMagenta)
|
||||
BgCyan = FromBasicBg(color.BgCyan)
|
||||
BgDefault = FromBasicBg(color.BgDefault)
|
||||
|
||||
// will not print any colour escape codes, including the reset escape code
|
||||
Nothing = New()
|
||||
|
||||
Reference in New Issue
Block a user