jesseduffield / jesseduffield/lazygit

Some features of config file on windows don't seem to work

Open
#2,322 1 comment 0 reactions 0 assignees View on GitHub
bug
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.