fix: increased brightness og HopNextKey2. Fixes #220

This commit is contained in:
Folke Lemaitre
2022-10-04 16:43:08 +02:00
parent 66bfc2e8f7
commit d262551687

View File

@@ -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 },