add lightspeed support

This commit is contained in:
Michael Chris Lopez
2021-09-06 12:33:15 +08:00
parent ac23fee469
commit 1012160752
3 changed files with 29 additions and 0 deletions

View File

@@ -279,6 +279,19 @@ local theme = lush(function()
SneakLabel { WildMenu },
SneakLabelMask { bg = c.blossom, fg = c.blossom },
LightspeedLabel { fg = c.blossom, gui = "bold,underline" },
LightspeedLabelOverlapped { fg = c.blossom, gui = "underline" },
LightspeedLabelDistant { fg = c.sky, gui = "bold,underline" },
LightspeedLabelDistantOverlapped { fg = c.sky, gui = "underline" },
LightspeedShortcut { SneakLabel, gui = "bold,underline" },
LightspeedOneCharMatch { SneakLabel, gui = "bold" },
LightspeedMaskedChar { Conceal },
LightspeedUnlabeledMatch { Bold },
LightspeedPendingOpArea { SneakLabel },
LightspeedPendingChangeOpArea { fg = c.blossom },
LightspeedGreyWash { fg = Comment.fg },
BufferCurrent { TabLineSel },
BufferVisible { fg = StatusLineNC.fg },
BufferVisibleSign { fg = StatusLineNC.fg },