fix: Hop & Lightspeed
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user