summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-10 00:15:47 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-10 00:15:47 +0200
commita1f08e48025d07ec0a9495a2fced8358cac2a877 (patch)
tree1471d850089bf648fcd574c018633abb8b189c55
parentd6578a9156b92803bb1621ad6912f5c60d4f142c (diff)
Update leap label fg colorleap
-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 1a0c3c0..1d01cc0 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.red, bold = true },
+ LeapLabel = { fg = palette.orange, bold = true },
LeapBackdrop = { fg = palette.medium_gray },
}
end