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:
@@ -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 },
|
||||
|
||||
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user