fix: Leap highlight are out of date (#195)
This commit is contained in:
@@ -425,9 +425,8 @@ local function generate(p, opt)
|
|||||||
SneakLabelMask { bg = p.blossom, fg = p.blossom },
|
SneakLabelMask { bg = p.blossom, fg = p.blossom },
|
||||||
|
|
||||||
LeapMatch { gui = "bold,underline,nocombine" },
|
LeapMatch { gui = "bold,underline,nocombine" },
|
||||||
LeapLabelPrimary { Search , gui = "bold,nocombine" },
|
LeapBackdrop { gui = "nocombine", fg = p.bg.lightness(p.bg.l + 20) },
|
||||||
LeapLabelSecondary { DiffText, gui = "bold,nocombine" },
|
LeapLabel { fg = p.blossom.lightness(p1.bg.l + 56).sa(80), gui = "bold" },
|
||||||
LeapLabelSelected { IncSearch },
|
|
||||||
|
|
||||||
HopNextKey { fg = p.blossom, gui = "bold,underline" },
|
HopNextKey { fg = p.blossom, gui = "bold,underline" },
|
||||||
HopNextKey1 { fg = p.sky, gui = "bold,underline" },
|
HopNextKey1 { fg = p.sky, gui = "bold,underline" },
|
||||||
|
|||||||
@@ -424,9 +424,8 @@ local function generate(p, opt)
|
|||||||
SneakLabelMask { bg = p.blossom, fg = p.blossom },
|
SneakLabelMask { bg = p.blossom, fg = p.blossom },
|
||||||
|
|
||||||
LeapMatch { gui = "bold,underline,nocombine" },
|
LeapMatch { gui = "bold,underline,nocombine" },
|
||||||
LeapLabelPrimary { Search , gui = "bold,nocombine" },
|
LeapBackdrop { gui = "nocombine", fg = p.bg.lightness(p.bg.l - 20) },
|
||||||
LeapLabelSecondary { DiffText, gui = "bold,nocombine" },
|
LeapLabel { fg = p.blossom.lightness(p1.bg.l - 46).sa(80), gui = "bold" },
|
||||||
LeapLabelSelected { IncSearch },
|
|
||||||
|
|
||||||
HopNextKey { fg = p.blossom, gui = "bold,underline" },
|
HopNextKey { fg = p.blossom, gui = "bold,underline" },
|
||||||
HopNextKey1 { fg = p.sky, gui = "bold,underline" },
|
HopNextKey1 { fg = p.sky, gui = "bold,underline" },
|
||||||
|
|||||||
Reference in New Issue
Block a user