fix: Leap highlight are out of date (#195)

This commit is contained in:
GBallesteros
2024-08-23 09:28:28 +02:00
committed by GitHub
parent 5d69a8b159
commit b433225e29
2 changed files with 4 additions and 6 deletions

View File

@@ -425,9 +425,8 @@ local function generate(p, opt)
SneakLabelMask { bg = p.blossom, fg = p.blossom },
LeapMatch { gui = "bold,underline,nocombine" },
LeapLabelPrimary { Search , gui = "bold,nocombine" },
LeapLabelSecondary { DiffText, gui = "bold,nocombine" },
LeapLabelSelected { IncSearch },
LeapBackdrop { gui = "nocombine", fg = p.bg.lightness(p.bg.l + 20) },
LeapLabel { fg = p.blossom.lightness(p1.bg.l + 56).sa(80), gui = "bold" },
HopNextKey { fg = p.blossom, gui = "bold,underline" },
HopNextKey1 { fg = p.sky, gui = "bold,underline" },

View File

@@ -424,9 +424,8 @@ local function generate(p, opt)
SneakLabelMask { bg = p.blossom, fg = p.blossom },
LeapMatch { gui = "bold,underline,nocombine" },
LeapLabelPrimary { Search , gui = "bold,nocombine" },
LeapLabelSecondary { DiffText, gui = "bold,nocombine" },
LeapLabelSelected { IncSearch },
LeapBackdrop { gui = "nocombine", fg = p.bg.lightness(p.bg.l - 20) },
LeapLabel { fg = p.blossom.lightness(p1.bg.l - 46).sa(80), gui = "bold" },
HopNextKey { fg = p.blossom, gui = "bold,underline" },
HopNextKey1 { fg = p.sky, gui = "bold,underline" },