Skip to content

Commit d262551

Browse files
committed
fix: increased brightness og HopNextKey2. Fixes #220
1 parent 66bfc2e commit d262551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/tokyonight/theme.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ function M.setup()
444444
-- Hop
445445
HopNextKey = { fg = c.magenta2, bold = true },
446446
HopNextKey1 = { fg = c.blue2, bold = true },
447-
HopNextKey2 = { fg = util.darken(c.blue2, 0.3) },
447+
HopNextKey2 = { fg = util.darken(c.blue2, 0.6) },
448448
HopUnmatched = { fg = c.dark3 },
449449

450450
TSNodeKey = { fg = c.magenta2, bold = true },

0 commit comments

Comments
 (0)