jesseduffield / jesseduffield/lazygit
lazygit not using delta"s colors
- Dominant language
- Go
- Stars
- 82.4k
- Forks
- 3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 19
Description
Lazygit suddenly not respecting or using delta's colours
this is how delta looks like in the terminal as a pager:

And this is how delta looks in lazygit:

commit=v0.40.2,
build source=binaryRelease,
version=0.40.2,
os=linux,
arch=amd64,
git version=2.42.0
Here's My config:
lazygit ▼▼▼▼
```yaml
# yaml-language-server: $schema=https://json.schemastore.org/lazygit.json
gui:
expandFocusedSidePanel: true
nerdFontsVersion: '3'
border: 'rounded'
theme:
selectedLineBgColor:
- black
- bold
selectedRangeBgColor:
- green
- bold
git:
paging:
colorArg: always
pager: delta --dark --paging=never
```
git ▼▼▼▼
```gitconfig
[core]
editor = nvim
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
side-by-side = false
line-numbers = true
syntax-theme = gruvbox-dark
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
```
Contributor guide
Assessment
This issue has not been assessed yet.