mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
allow customizing background color in staging mode
This commit is contained in:
parent
6fc3290a05
commit
fabdda0492
5 changed files with 78 additions and 37 deletions
|
@ -21,6 +21,8 @@ Default path for the config file:
|
|||
- white
|
||||
optionsTextColor:
|
||||
- blue
|
||||
selectedLineBgColor:
|
||||
- blue
|
||||
commitLength:
|
||||
show: true
|
||||
mouseEvents: true
|
||||
|
@ -193,6 +195,8 @@ If you have issues with a light terminal theme where you can't read / see the te
|
|||
- bold
|
||||
inactiveBorderColor:
|
||||
- black
|
||||
selectedLineBgColor:
|
||||
- blue
|
||||
```
|
||||
|
||||
## Example Coloring:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue