We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bfc2e commit d262551Copy full SHA for d262551
lua/tokyonight/theme.lua
@@ -444,7 +444,7 @@ function M.setup()
444
-- Hop
445
HopNextKey = { fg = c.magenta2, bold = true },
446
HopNextKey1 = { fg = c.blue2, bold = true },
447
- HopNextKey2 = { fg = util.darken(c.blue2, 0.3) },
+ HopNextKey2 = { fg = util.darken(c.blue2, 0.6) },
448
HopUnmatched = { fg = c.dark3 },
449
450
TSNodeKey = { fg = c.magenta2, bold = true },
0 commit comments