mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
fix: fix default
color to be white
This commit is contained in:
parent
16802a048e
commit
7bd0c779c7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue