1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-05-17 22:32:58 +02:00

Update Config.md

This commit is contained in:
Jesse Duffield 2021-04-01 20:52:56 +11:00 committed by GitHub
parent 2bbe6269cd
commit b7cc4158d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,6 +261,20 @@ If you struggle to see the selected line I recommend using the reverse attribute
- reverse - reverse
``` ```
The following has also worked for a couple of people:
```yaml
gui:
theme:
activeBorderColor:
- white
- bold
inactiveBorderColor:
- white
selectedLineBgColor:
- reverse
- blue
```
Alternatively you may have bold fonts disabled in your terminal, in which case enabling bold fonts should solve the problem. Alternatively you may have bold fonts disabled in your terminal, in which case enabling bold fonts should solve the problem.
If you're still having trouble please raise an issue. If you're still having trouble please raise an issue.