summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf@nexure.io>2024-07-09 13:09:40 +0200
committerGustaf Rydholm <gustaf@nexure.io>2024-07-09 13:09:40 +0200
commitd6578a9156b92803bb1621ad6912f5c60d4f142c (patch)
treedd0a8015badd28a7e9d39ca8f7d574e6bfd03d1e
parentcfc84574e698106cb0ab0ab3bca70dd82652c53e (diff)
Update label to red
-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 1d01cc0..1a0c3c0 100644
--- a/lua/no-clown-fiesta/groups/leap.lua
+++ b/lua/no-clown-fiesta/groups/leap.lua
@@ -3,7 +3,7 @@ local M = {}
function M.highlight(palette, opts)
return {
LeapMatch = { fg = palette.cyan, bold = true },
- LeapLabel = { fg = palette.orange, bold = true },
+ LeapLabel = { fg = palette.red, bold = true },
LeapBackdrop = { fg = palette.medium_gray },
}
end