diff options
Diffstat (limited to '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  |