summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf@nexure.io>2024-07-09 13:08:38 +0200
committerGustaf Rydholm <gustaf@nexure.io>2024-07-09 13:08:38 +0200
commitcfc84574e698106cb0ab0ab3bca70dd82652c53e (patch)
tree1471d850089bf648fcd574c018633abb8b189c55
parent0d96933c0b85b85da19df8217167958c2bab0004 (diff)
Update backdrop
-rw-r--r--lua/no-clown-fiesta/groups/leap.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/groups/leap.lua b/lua/no-clown-fiesta/groups/leap.lua
index efb8efb..1d01cc0 100644
--- a/lua/no-clown-fiesta/groups/leap.lua
+++ b/lua/no-clown-fiesta/groups/leap.lua
@@ -4,7 +4,7 @@ function M.highlight(palette, opts)
return {
LeapMatch = { fg = palette.cyan, bold = true },
LeapLabel = { fg = palette.orange, bold = true },
- LeapBackdrop = { fg = palette.gray },
+ LeapBackdrop = { fg = palette.medium_gray },
}
end