feat: better colors for LightSpeed
This commit is contained in:
parent
b3a829d2ba
commit
d561999136
@ -405,6 +405,18 @@ function M.setup(config)
|
|||||||
HopUnmatched = { fg = c.dark3 },
|
HopUnmatched = { fg = c.dark3 },
|
||||||
|
|
||||||
LightspeedGreyWash = { fg = c.dark3 },
|
LightspeedGreyWash = { fg = c.dark3 },
|
||||||
|
-- LightspeedCursor = { link = "Cursor" },
|
||||||
|
LightspeedLabel = { fg = c.magenta2, style = "bold,underline" },
|
||||||
|
LightspeedLabelDistant = { fg = c.green1, style = "bold,underline" },
|
||||||
|
LightspeedLabelDistantOverlapped = { fg = c.green2, style = "underline" },
|
||||||
|
LightspeedLabelOverlapped = { fg = c.magenta2, style = "underline" },
|
||||||
|
LightspeedMaskedChar = { fg = c.orange },
|
||||||
|
LightspeedOneCharMatch = { bg = c.magenta2, fg = c.fg, style = "bold" },
|
||||||
|
LightspeedPendingOpArea = { bg = c.magenta2, fg = c.fg },
|
||||||
|
LightspeedShortcut = { bg = c.magenta2, fg = c.fg, style = "bold,underline" },
|
||||||
|
-- LightspeedShortcutOverlapped = { link = "LightspeedShortcut" },
|
||||||
|
-- LightspeedUniqueChar = { link = "LightspeedUnlabeledMatch" },
|
||||||
|
LightspeedUnlabeledMatch = { fg = c.blue2, style = "bold" },
|
||||||
|
|
||||||
-- Cmp
|
-- Cmp
|
||||||
CmpDocumentation = { fg = c.fg, bg = c.bg_float },
|
CmpDocumentation = { fg = c.fg, bg = c.bg_float },
|
||||||
|
Loading…
Reference in New Issue
Block a user