diff --git a/colors.go b/colors.go index 9f7f4ba..e2b6ca1 100644 --- a/colors.go +++ b/colors.go @@ -4,10 +4,6 @@ import ( "fmt" ) -const ( - TotalHexColorspace = 16777216 -) - var ( Info = Teal Warn = Yellow