Add highlight groups for TS diff (#101)

I searched around and found the groups in other themes.

Fixes #100.

References:
- https://github.com/EdenEast/nightfox.nvim/commit/a201f5fc008fc1c12d68f1dbe855d3f29bb2a4c9
- https://github.com/bluz71/vim-moonfly-colors/commit/b194851ad2f096741d674a426ef510c8901d71a6
This commit is contained in:
Evan Travers
2022-12-29 22:58:41 -06:00
committed by GitHub
parent 0f7e9eb1ef
commit 8fb00f507e
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -275,6 +275,9 @@ local function generate(p, opt)
diffLine { fg = p.blossom, gui = "bold" },
diffIndexLine { fg = p.wood },
sym "@text.diff.add" { diffAdded },
sym "@text.diff.delete" { diffRemoved },
gitcommitOverflow { WarningMsg },
markdownUrl { SpecialComment },
+3
View File
@@ -275,6 +275,9 @@ local function generate(p, opt)
diffLine { fg = p.blossom, gui = "bold" },
diffIndexLine { fg = p.wood },
sym "@text.diff.add" { diffAdded },
sym "@text.diff.delete" { diffRemoved },
gitcommitOverflow { WarningMsg },
markdownUrl { SpecialComment },