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:
@@ -275,6 +275,9 @@ local function generate(p, opt)
|
|||||||
diffLine { fg = p.blossom, gui = "bold" },
|
diffLine { fg = p.blossom, gui = "bold" },
|
||||||
diffIndexLine { fg = p.wood },
|
diffIndexLine { fg = p.wood },
|
||||||
|
|
||||||
|
sym "@text.diff.add" { diffAdded },
|
||||||
|
sym "@text.diff.delete" { diffRemoved },
|
||||||
|
|
||||||
gitcommitOverflow { WarningMsg },
|
gitcommitOverflow { WarningMsg },
|
||||||
|
|
||||||
markdownUrl { SpecialComment },
|
markdownUrl { SpecialComment },
|
||||||
|
|||||||
@@ -275,6 +275,9 @@ local function generate(p, opt)
|
|||||||
diffLine { fg = p.blossom, gui = "bold" },
|
diffLine { fg = p.blossom, gui = "bold" },
|
||||||
diffIndexLine { fg = p.wood },
|
diffIndexLine { fg = p.wood },
|
||||||
|
|
||||||
|
sym "@text.diff.add" { diffAdded },
|
||||||
|
sym "@text.diff.delete" { diffRemoved },
|
||||||
|
|
||||||
gitcommitOverflow { WarningMsg },
|
gitcommitOverflow { WarningMsg },
|
||||||
|
|
||||||
markdownUrl { SpecialComment },
|
markdownUrl { SpecialComment },
|
||||||
|
|||||||
Reference in New Issue
Block a user