Skip to content

Commit

Permalink
fix: missing Added and Removed groups
Browse files Browse the repository at this point in the history
partial support for vim-fugitive on #81
  • Loading branch information
scottmckendry committed Jun 28, 2024
1 parent fb0aff5 commit 8e5bf0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/cyberdream/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ function M.setup()
DiffChange = { fg = t.cyan },
DiffDelete = { fg = t.red },
DiffText = { fg = t.blue },
Added = { fg = t.green },
Removed = { fg = t.red },
EndOfBuffer = { fg = t.bg },
ErrorMsg = { fg = t.red },
VertSplit = { fg = t.bgHighlight, bg = t.bg },
Expand Down

0 comments on commit 8e5bf0b

Please sign in to comment.