-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Lazygit does not seem to permit customization of the the diff pane caret row background color via the gui.theme.selectedLineBgColor configuration key (or any other key, for that matter).
To Reproduce
- Set
gui.theme.selectedLineBgColorto a custom color (anything exceptblue, e.g.):gui: theme: selectedLineBgColor: - white
- Start lazygit with some unstaged changes
- Select the file with unstaged changes, press Enter to go to the diff pane
- Observe blue background of the caret row
Expected behavior
Expected gui.theme.selectedLineBgColor to affect the diff pane.
Screenshots
Version info:
$ lazygit --version
commit=v0.40.2, build date=2023-08-12T17:47:33Z, build source=binaryRelease, version=0.40.2, os=linux, arch=amd64, git version=2.44.0
$ git --version
git version 2.44.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

