mirror of
https://github.com/ishan9299/modus-theme-vim.git
synced 2026-09-10 06:36:15 -04:00
add highlights for gitsigns.nvim
This commit is contained in:
parent
28f57bfa85
commit
17b7b2520a
|
|
@ -305,6 +305,11 @@ function M.core_highlights()
|
|||
syntax['rainbowcol6'] = {fg=colors.green_alt}
|
||||
syntax['rainbowcol7'] = {fg=colors.magenta_alt_other}
|
||||
|
||||
-- gitsigns
|
||||
syntax['GitSignsAdd'] = syntax['DiffAdd']
|
||||
syntax['GitSignsChange'] = syntax['DiffChange']
|
||||
syntax['GitSignsDelete'] = syntax['DiffDelete']
|
||||
|
||||
for group, colors in pairs(syntax) do
|
||||
highlighter(group, colors)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue