jesseduffield / jesseduffield/lazygit

Suggestion: config to change color of selected commits

Open
#750 1 comment 1 reaction 0 assignees View on GitHub
enhancement usability
Dominant language
Go
Stars
82.4k
Forks
3k
Avg merge
2d 18h
Merged PRs (30d)
19

Description

**Is your feature request related to a problem? Please describe.**
1. Copy a commit

In some terminal themes (I'm using [`base16-chalk.dark.256`](https://github.com/chriskempson/base16-iterm2/blob/999a99df6558c5b32e7554548723cebfc5a006ea/base16-chalk.dark.256.itermcolors)), the commit will become unreadable:

![image](https://user-images.githubusercontent.com/921609/77647952-3d586180-6f5f-11ea-80d6-8b4468e64c33.png)

I had the same problem with selected lines in the files panel, which I was able to fix using:

```yml
selectedLineBgColor:
- reverse
```

**Describe the solution you'd like**
Perhaps we need another option for selected commits, or an option that controls the colour of all selected text (both commits _and_ lines).

**Describe alternatives you've considered**

**Additional context**

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.