diff options
Diffstat (limited to 'lua/no-clown-fiesta/groups')
-rw-r--r-- | lua/no-clown-fiesta/groups/leap.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lua/no-clown-fiesta/groups/leap.lua b/lua/no-clown-fiesta/groups/leap.lua index 009e9bb..1d01cc0 100644 --- a/lua/no-clown-fiesta/groups/leap.lua +++ b/lua/no-clown-fiesta/groups/leap.lua @@ -3,9 +3,8 @@ 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 }, - LeapBackdrop = { fg = palette.gray }, + LeapLabel = { fg = palette.orange, bold = true }, + LeapBackdrop = { fg = palette.medium_gray }, } end |