Skip to content

Commit

Permalink
feat(gitgutter): add LineNr highlights (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
DOD-101 authored Feb 20, 2025
1 parent d723418 commit 4bb938b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/catppuccin/groups/integrations/gitgutter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ function M.get()
GitGutterAdd = { fg = C.green },
GitGutterChange = { fg = C.yellow },
GitGutterDelete = { fg = C.red },
GitGutterAddLineNr = { fg = C.green },
GitGutterChangeLineNr = { fg = C.yellow },
GitGutterDeleteLineNr = { fg = C.red },
}
end

Expand Down

0 comments on commit 4bb938b

Please sign in to comment.