Skip to content

Commit

Permalink
Change default color to black
Browse files Browse the repository at this point in the history
See: rs#32
  • Loading branch information
bohrshaw committed Feb 3, 2022
1 parent 7a482df commit 9867623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formatter/color.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (cs ColorScheme) IsZero() bool {
}

var DefaultColorScheme = ColorScheme{
Default: "\x1b[37m",
Default: "\x1b[30m",
Comment: "\x1b[90m",
Status: "\x1b[33m",
Field: "\x1b[34m",
Expand Down

0 comments on commit 9867623

Please sign in to comment.