feat: better colors for LightSpeed

This commit is contained in:
Folke Lemaitre 2021-12-17 23:30:40 +01:00
parent b3a829d2ba
commit d561999136
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

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