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

prevent flicker from bolding background of selected line

This commit is contained in:
Jesse Duffield
2020-05-15 20:43:16 +10:00
parent 6291c53966
commit 913f17ee3e
5 changed files with 15 additions and 5 deletions

View File

@ -24,7 +24,9 @@ Default path for the config file:
optionsTextColor:
- blue
selectedLineBgColor:
- bold
- default
selectedRangeBgColor:
- blue
commitLength:
show: true
mouseEvents: true
@ -216,7 +218,7 @@ If you have issues with a light terminal theme where you can't read / see the te
inactiveBorderColor:
- black
selectedLineBgColor:
- bold
- default
```
## Struggling to see selected line
@ -228,6 +230,8 @@ If you struggle to see the selected line I recomment using the reverse attribute
theme:
selectedLineBgColor:
- reverse
selectedRangeBgColor:
- reverse
```
## Example Coloring