feat!: support leap (drop lightspeed) (#94)
This commit is contained in:
committed by
GitHub
parent
30d9598356
commit
d8a93c2566
@@ -307,22 +307,15 @@ local function generate(p, opt)
|
||||
SneakLabel { WildMenu },
|
||||
SneakLabelMask { bg = p.blossom, fg = p.blossom },
|
||||
|
||||
LightspeedLabel { fg = p.blossom, gui = "bold,underline" },
|
||||
LightspeedLabelOverlapped { fg = p.blossom, gui = "underline" },
|
||||
LightspeedLabelDistant { fg = p.sky, gui = "bold,underline" },
|
||||
LightspeedLabelDistantOverlapped { fg = p.sky, gui = "underline" },
|
||||
LightspeedShortcut { SneakLabel, gui = "bold,underline" },
|
||||
LightspeedOneCharMatch { SneakLabel, gui = "bold" },
|
||||
LightspeedMaskedChar { Conceal },
|
||||
LightspeedUnlabeledMatch { Bold },
|
||||
LightspeedPendingOpArea { SneakLabel },
|
||||
LightspeedPendingChangeOpArea { fg = p.blossom },
|
||||
LightspeedGreyWash { fg = Comment.fg },
|
||||
LeapMatch { gui = "bold,underline,nocombine" },
|
||||
LeapLabelPrimary { Search , gui = "bold,nocombine" },
|
||||
LeapLabelSecondary { DiffText, gui = "bold,nocombine" },
|
||||
LeapLabelSelected { IncSearch },
|
||||
|
||||
HopNextKey { LightspeedLabel },
|
||||
HopNextKey1 { LightspeedLabelDistant },
|
||||
HopNextKey { fg = p.blossom, gui = "bold,underline" },
|
||||
HopNextKey1 { fg = p.sky, gui = "bold,underline" },
|
||||
HopNextKey2 { fg = p.water },
|
||||
HopUnmatched { LightspeedGreyWash } ,
|
||||
HopUnmatched { fg = Comment.fg },
|
||||
|
||||
BufferCurrent { TabLineSel },
|
||||
BufferVisible { fg = StatusLineNC.fg },
|
||||
|
||||
Reference in New Issue
Block a user