From 80d705644f7fca89f1d72cd5c6b5ed2ee328a533 Mon Sep 17 00:00:00 2001 From: shane Date: Wed, 7 Aug 2024 18:38:48 +0200 Subject: [PATCH] Update ansi.go --- ansi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansi.go b/ansi.go index 8c54ada..2861e62 100644 --- a/ansi.go +++ b/ansi.go @@ -29,7 +29,7 @@ const ( // Foreground Colors const ( FgColorGrey Fmt = "\033[38;5;247m" - FgColorGold = "\033[28;5;214m" + FgColorGold = "\033[38;5;214m" FgColorGreen = "\033[38;5;34m" FgColorRed = "\033[38;5;167m" )