From 0d96933c0b85b85da19df8217167958c2bab0004 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 9 Jul 2024 13:02:03 +0200 Subject: Fix leap --- lua/no-clown-fiesta/groups/leap.lua | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-70-g09d2