1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-06 08:59:31 +02:00

standardise how we handle background colours

This commit is contained in:
Jesse Duffield
2020-05-13 21:10:00 +10:00
parent d5db02a899
commit 267730bc00
6 changed files with 45 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ Default path for the config file:
optionsTextColor:
- blue
selectedLineBgColor:
- blue
- bold
commitLength:
show: true
mouseEvents: true
@@ -216,7 +216,18 @@ If you have issues with a light terminal theme where you can't read / see the te
inactiveBorderColor:
- black
selectedLineBgColor:
- blue
- bold
```
## Struggling to see selected line
If you struggle to see the selected line I recomment using the reverse attribute on selected lines like so:
```yaml
gui:
theme:
selectedLineBgColor:
- reverse
```
## Example Coloring