Skip to content

Commit

Permalink
Add mini.diff highlights
Browse files Browse the repository at this point in the history
Fixes #24
  • Loading branch information
neanias committed Jun 5, 2024
1 parent dabe2c5 commit fa4cb52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/everforest/highlights.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,9 @@ highlights.generate_syntax = function(palette, options)
MiniStarterSection = { link = "Title" },
MiniSurround = { link = "IncSearch" },
MiniTablineFill = { link = "TabLineFill" },
MiniDiffSignAdd = { link = "GreenSign" },
MiniDiffSignChange = { link = "BlueSign" },
MiniDiffSignDelete = { link = "RedSign" },

-- ggandor/lightspeed.nvim
LightspeedLabel = syntax_entry(palette.red, palette.none, { styles.bold, styles.underline }),
Expand Down

0 comments on commit fa4cb52

Please sign in to comment.