Describe the bug
Almost impossible to see selected lines in low contrast colour schemes.
Similar to the issue in https://github.com/jesseduffield/lazygit/issues/744, I think it would be best to add a background highlight
EDIT:
The bold works, what I mean is that just bolding the text by itself is probably insufficient.
To Reproduce
My colours are as follows
gui:
theme:
lightTheme: True
activeBorderColor:
- magenta
inactiveBorderColor:
- black
optionsTextColor:
- magenta
selectedLineBgColor:
- reverse
- underline
Expected behavior
The selected line should be able to standout
Screenshots
I have the last file selected

I have the first <<< HEAD selected

Desktop (please complete the following information):
This is fixed in release v0.20.3 :) (thanks to @quantonganh for investigation). If you want things to be really visible I recommend the following config:
gui:
theme:
selectedLineBgColor:
- reverse
Most helpful comment
This is fixed in release v0.20.3 :) (thanks to @quantonganh for investigation). If you want things to be really visible I recommend the following config: