Skip to content

Commit 3d13060

Browse files
fix: revert colors
1 parent 098d35d commit 3d13060

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cli/cliui/cliui.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ var (
4343
)
4444

4545
var (
46-
Green = Color("10")
47-
Red = Color("9")
48-
Yellow = Color("11")
49-
Blue = Color("12")
46+
Green = Color("2")
47+
Red = Color("1")
48+
Yellow = Color("3")
49+
Blue = Color("4")
5050
)
5151

5252
// Color returns a color for the given string.

0 commit comments

Comments
 (0)