Skip to content

Commit

Permalink
Link GitSignsAdd/Delete highlights to diffAdded/Removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dietrichm committed Apr 18, 2024
1 parent 0196f72 commit f8f42c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/default/nvim/.config/nvim/plugin/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ vim.api.nvim_create_autocmd('ColorScheme', {
vim.cmd.highlight { 'helpHyperTextJump', 'guifg=#FD971F' }
vim.cmd.highlight { 'SignColumn', 'guibg=NONE' }
vim.cmd.highlight { 'LineNr', 'guibg=NONE' }
vim.cmd.highlight { 'link', 'GitSignsAdd', 'diffAdded' }
vim.cmd.highlight { 'link', 'GitSignsChange', 'Normal' }
vim.cmd.highlight { 'link', 'GitSignsDelete', 'diffRemoved' }
vim.cmd.highlight { 'link', 'CurSearch', 'IncSearch' }
end,
})
Expand Down

0 comments on commit f8f42c8

Please sign in to comment.