Skip to content

Commit

Permalink
fix: Leap highlight are out of date (zenbones-theme#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
GCBallesteros authored Aug 23, 2024
1 parent 5d69a8b commit b433225
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions lua/zenbones/specs/dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
5 changes: 2 additions & 3 deletions lua/zenbones/specs/light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit b433225

Please sign in to comment.