summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf@nexure.io>2024-07-09 13:02:03 +0200
committerGustaf Rydholm <gustaf@nexure.io>2024-07-09 13:02:03 +0200
commit0d96933c0b85b85da19df8217167958c2bab0004 (patch)
treed2cacb418837dc5381a3fbb3a16f49a460267226
parentcaf86fbc3cf390cac8c5fba599f1500f49f622d7 (diff)
Fix leap
-rw-r--r--lua/no-clown-fiesta/groups/leap.lua3
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