Add highlight groups for TS diff (#101)

I searched around and found the groups in other themes.

Fixes #100.

References:
- a201f5fc00
- b194851ad2
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

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 },