File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -425,9 +425,8 @@ local function generate(p, opt)
425
425
SneakLabelMask { bg = p .blossom , fg = p .blossom },
426
426
427
427
LeapMatch { gui = " bold,underline,nocombine" },
428
- LeapLabelPrimary { Search , gui = " bold,nocombine" },
429
- LeapLabelSecondary { DiffText , gui = " bold,nocombine" },
430
- LeapLabelSelected { IncSearch },
428
+ LeapBackdrop { gui = " nocombine" , fg = p .bg .lightness (p .bg .l + 20 ) },
429
+ LeapLabel { fg = p .blossom .lightness (p1 .bg .l + 56 ).sa (80 ), gui = " bold" },
431
430
432
431
HopNextKey { fg = p .blossom , gui = " bold,underline" },
433
432
HopNextKey1 { fg = p .sky , gui = " bold,underline" },
Original file line number Diff line number Diff line change @@ -424,9 +424,8 @@ local function generate(p, opt)
424
424
SneakLabelMask { bg = p .blossom , fg = p .blossom },
425
425
426
426
LeapMatch { gui = " bold,underline,nocombine" },
427
- LeapLabelPrimary { Search , gui = " bold,nocombine" },
428
- LeapLabelSecondary { DiffText , gui = " bold,nocombine" },
429
- LeapLabelSelected { IncSearch },
427
+ LeapBackdrop { gui = " nocombine" , fg = p .bg .lightness (p .bg .l - 20 ) },
428
+ LeapLabel { fg = p .blossom .lightness (p1 .bg .l - 46 ).sa (80 ), gui = " bold" },
430
429
431
430
HopNextKey { fg = p .blossom , gui = " bold,underline" },
432
431
HopNextKey1 { fg = p .sky , gui = " bold,underline" },
You can’t perform that action at this time.
0 commit comments