fix: Hop & Lightspeed

This commit is contained in:
Folke Lemaitre
2021-07-09 23:35:04 +02:00
parent b40cc52861
commit e3ad6032a7
2 changed files with 6 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ function M.setup(config)
blue6 = "#B4F9F8", blue6 = "#B4F9F8",
blue7 = "#394b70", blue7 = "#394b70",
magenta = "#bb9af7", magenta = "#bb9af7",
magenta2 = "#ff007c",
purple = "#9d7cd8", purple = "#9d7cd8",
orange = "#ff9e64", orange = "#ff9e64",
yellow = "#e0af68", yellow = "#e0af68",

View File

@@ -374,10 +374,12 @@ function M.setup(config)
SneakScope = { bg = c.bg_visual }, SneakScope = { bg = c.bg_visual },
-- Hop -- Hop
-- HopNextKey = { fg = c.teal }, HopNextKey = { fg = c.magenta2, style = "bold" },
-- HopNextKey1 = { fg = c.blue }, HopNextKey1 = { fg = c.blue2, style = "bold" },
-- HopNextKey2 = { fg = util.lighten(c.blue, .3) }, HopNextKey2 = { fg = util.darken(c.blue2, 0.3) },
HopUnmatched = { fg = c.dark3 }, HopUnmatched = { fg = c.dark3 },
LightspeedGreyWash = { fg = c.dark3 },
} }
if config.hideInactiveStatusline then if config.hideInactiveStatusline then