Skip to content

Commit

Permalink
fix: fix default color to be white
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryooooooga committed Feb 3, 2023
1 parent 16802a0 commit 7bd0c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gui/style/basic_styles.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
Foreground TextStyle
Background TextStyle
}{
"default": {FgWhite, BgBlack},
"default": {FgDefault, BgDefault},
"black": {FgBlack, BgBlack},
"red": {FgRed, BgRed},
"green": {FgGreen, BgGreen},
Expand Down

0 comments on commit 7bd0c77

Please sign in to comment.