1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

fix: fix default color to be white

This commit is contained in:
Ryooooooga
2023-02-03 19:47:53 +09:00
parent 16802a048e
commit 7bd0c779c7

View File

@ -39,7 +39,7 @@ var (
Foreground TextStyle
Background TextStyle
}{
"default": {FgWhite, BgBlack},
"default": {FgDefault, BgDefault},
"black": {FgBlack, BgBlack},
"red": {FgRed, BgRed},
"green": {FgGreen, BgGreen},