Update ansi.go
This commit is contained in:
parent
23540cb43f
commit
80d705644f
1 changed files with 1 additions and 1 deletions
2
ansi.go
2
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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue