jesseduffield / jesseduffield/lazygit
Some features of config file on windows don't seem to work
- Dominant language
- Go
- Stars
- 82.4k
- Forks
- 3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 19
Description
I was following doc about editing config file (https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md) and wanted to have selected lines be highlighted, unstaged commits to be yellow color and to [somehow] add time of the commit in the commits window (can be seen in the pictures in Config.md), but after editing the config file, nothing happens:
My config file:
`gui:
theme:
activeBorderColor:
- green
- bold
inactiveBorderColor:
- white
selectedLineBgColor:
- default
selectedRangeBgColor:
- default
unstagedChangesColor:
- yellow
git:
branchLogCmd: "git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline {{branchName}} --"
`
Note: Setting 'selectedLineBgColor' and 'selectedRangeBgColor' to `reverse` does work and that's what I am using right now.
OS: Windows 10
Any help would be appreciated :)
Contributor guide
Assessment
This issue has not been assessed yet.