mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: match editor background for GitSigns* gutter
This commit is contained in:
parent
835129f6a8
commit
14b46ccdd4
1 changed files with 3 additions and 3 deletions
|
|
@ -302,9 +302,9 @@ function M._load(options)
|
|||
h('BufferVisibleTarget', { fg = p.gold })
|
||||
|
||||
-- lewis6991/gitsigns.nvim
|
||||
h('GitSignsAdd', { fg = groups.git_add })
|
||||
h('GitSignsChange', { fg = groups.git_change })
|
||||
h('GitSignsDelete', { fg = groups.git_delete })
|
||||
h('GitSignsAdd', { fg = groups.git_add, bg = groups.background })
|
||||
h('GitSignsChange', { fg = groups.git_change, bg = groups.background })
|
||||
h('GitSignsDelete', { fg = groups.git_delete, bg = groups.background })
|
||||
h('SignAdd', { link = 'GitSignsAdd' })
|
||||
h('SignChange', { link = 'GitSignsChange' })
|
||||
h('SignDelete', { link = 'GitSignsDelete' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue