Skip to content

Commit

Permalink
fix: termenv.ANSIBrightWhite -> termenv.ANSIBrightGreen
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Jun 13, 2022
1 parent b8389a0 commit 389c985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const (
func (m MsgLevel) fColor() termenv.ANSIColor {
switch m {
case MsgInfo:
return termenv.ANSIBrightWhite
return termenv.ANSIBrightGreen
case MsgError:
return termenv.ANSIBrightRed
case MsgWarn:
Expand Down

0 comments on commit 389c985

Please sign in to comment.