Skip to content

Commit

Permalink
feat(nvim): add DiffDelete highlight override
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Jan 1, 2024
1 parent 0104b88 commit a4489d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/plugin/packages/catppuccin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ catppuccin.setup({
all = function(colors)
return {
['NvimTreeIndentMarker'] = { fg = '#232637' },
['DiffDelete'] = { fg = "#573d51" },
-- treesitter
['@constructor.tsx'] = { fg = colors.yellow },
['@tag.tsx'] = { fg = colors.red },
Expand Down

0 comments on commit a4489d0

Please sign in to comment.