diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-10 00:15:47 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-10 00:15:47 +0200 |
commit | a1f08e48025d07ec0a9495a2fced8358cac2a877 (patch) | |
tree | 1471d850089bf648fcd574c018633abb8b189c55 /lua/no-clown-fiesta | |
parent | d6578a9156b92803bb1621ad6912f5c60d4f142c (diff) |
Update leap label fg colorleap
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r-- | lua/no-clown-fiesta/groups/leap.lua | 2 |
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 |