Skip to content

Commit

Permalink
feat(highlights.core): add more Git-related groups
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Feb 19, 2024
1 parent 5fef4bb commit 1aa6acc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/sweetie/highlights/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ core.setup = function(palette)
DiffDelete = { fg = palette.red, bold = true },
DiffText = { fg = palette.orange, bg = palette.bg, bold = true },

Added = { fg = palette.green },
Changed = { fg = palette.orange },
Removed = { fg = palette.red },

--- Text levels ---
-------------------
TextNormal = { fg = palette.fg },
Expand Down

0 comments on commit 1aa6acc

Please sign in to comment.