diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index c057999..6fdb2d4 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -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 },