adwaita.nvim icon indicating copy to clipboard operation
adwaita.nvim copied to clipboard

GitSigns: Adding support for linehighlights

Open Mrcuve0 opened this issue 3 years ago • 0 comments

Hi! Thank you for this amazing theme! I added support for GitSigns' LineHighlights (:GitSigns toggle_linehl).

Please review the implementation as I'm just getting started with Neovim, there may be a better way to implement this.

For instance, I noticed GitSigns can inherit colors from GitGutter and Diff, we should discuss if it would be better to support those directly and let GitSigns inherit them automatically (see https://github.com/lewis6991/gitsigns.nvim/blob/main/doc/gitsigns.txt#L473)

Anyway, here's some screenshots:

Before:

Screenshot from 2022-09-13 19-58-30

Screenshot from 2022-09-13 19-58-51

After:

Screenshot from 2022-09-13 19-45-42

Screenshot from 2022-09-13 19-45-59

Mrcuve0 avatar Sep 13 '22 18:09 Mrcuve0