feat: better highlights for mini.jump

This commit is contained in:
Folke Lemaitre
2022-09-30 10:08:07 +02:00
parent a74cb93b15
commit 2972400ad0

View File

@@ -546,7 +546,7 @@ function M.setup()
MiniIndentscopeSymbol = { fg = c.blue1 },
MiniIndentscopePrefix = { nocombine = true }, -- Make it invisible
MiniJump = { fg = c.bg_highlight, bg = c.magenta },
MiniJump = { bg = c.magenta2, fg = "#ffffff" },
MiniJump2dSpot = { fg = c.magenta2, bold = true, nocombine = true },