From 58d9bfdbcb2f6b5d82fdb63a13076073318773ce Mon Sep 17 00:00:00 2001 From: JulesDT Date: Mon, 26 Oct 2020 13:33:09 -0600 Subject: [PATCH] specify type of 2nd set of terminal colors --- command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.go b/command.go index 0d751617..6e48748c 100644 --- a/command.go +++ b/command.go @@ -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