use better colour defaults

This commit is contained in:
Jesse Duffield
2022-11-11 08:08:53 +11:00
committed by Andrew Hynes
parent fd581ef70c
commit 91f83c6be7
4 changed files with 4 additions and 34 deletions

View File

@@ -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()