mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-04 03:48:07 +02:00
Merge pull request #2411 from Ryooooooga/default-color
fix https://github.com/jesseduffield/lazygit/issues/2410
This commit is contained in:
commit
75c3ab8a4a
@ -39,7 +39,7 @@ var (
|
||||
Foreground TextStyle
|
||||
Background TextStyle
|
||||
}{
|
||||
"default": {FgWhite, BgBlack},
|
||||
"default": {FgDefault, BgDefault},
|
||||
"black": {FgBlack, BgBlack},
|
||||
"red": {FgRed, BgRed},
|
||||
"green": {FgGreen, BgGreen},
|
||||
|
Loading…
Reference in New Issue
Block a user