diff options
author | Gustaf Rydholm <gustaf@nexure.io> | 2024-07-09 13:02:03 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf@nexure.io> | 2024-07-09 13:02:03 +0200 |
commit | 0d96933c0b85b85da19df8217167958c2bab0004 (patch) | |
tree | d2cacb418837dc5381a3fbb3a16f49a460267226 /lua/no-clown-fiesta/groups/leap.lua | |
parent | caf86fbc3cf390cac8c5fba599f1500f49f622d7 (diff) |
Fix leap
Diffstat (limited to 'lua/no-clown-fiesta/groups/leap.lua')
-rw-r--r-- | lua/no-clown-fiesta/groups/leap.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/groups/leap.lua b/lua/no-clown-fiesta/groups/leap.lua index 009e9bb..efb8efb 100644 --- a/lua/no-clown-fiesta/groups/leap.lua +++ b/lua/no-clown-fiesta/groups/leap.lua @@ -3,8 +3,7 @@ local M = {} function M.highlight(palette, opts) return { LeapMatch = { fg = palette.cyan, bold = true }, - LeapLabelPrimary = { fg = palette.red, bold = true }, - LeapLabelSecondary = { fg = palette.gray_blue }, + LeapLabel = { fg = palette.orange, bold = true }, LeapBackdrop = { fg = palette.gray }, } end |