1
0
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:
Jesse Duffield 2023-02-05 10:30:42 +11:00 committed by GitHub
commit 75c3ab8a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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},