diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 575d8b0..726c449 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -444,7 +444,7 @@ function M.setup() -- Hop HopNextKey = { fg = c.magenta2, bold = true }, HopNextKey1 = { fg = c.blue2, bold = true }, - HopNextKey2 = { fg = util.darken(c.blue2, 0.3) }, + HopNextKey2 = { fg = util.darken(c.blue2, 0.6) }, HopUnmatched = { fg = c.dark3 }, TSNodeKey = { fg = c.magenta2, bold = true },