specify type of 2nd set of terminal colors

This commit is contained in:
JulesDT 2020-10-26 13:33:09 -06:00
parent 3e335655ae
commit 58d9bfdbcb

View file

@ -49,7 +49,7 @@ const (
// This sequence starts at 90, so we reset iota
const (
ColorDarkGray = iota + 90
ColorDarkGray TerminalColor = iota + 90
ColorLightRed
ColorLightGreen
ColorLightYellow