diff options
author | Gustaf Rydholm <gustaf@nexure.io> | 2024-07-09 13:09:40 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf@nexure.io> | 2024-07-09 13:09:40 +0200 |
commit | d6578a9156b92803bb1621ad6912f5c60d4f142c (patch) | |
tree | dd0a8015badd28a7e9d39ca8f7d574e6bfd03d1e /lua | |
parent | cfc84574e698106cb0ab0ab3bca70dd82652c53e (diff) |
Update label to red
Diffstat (limited to 'lua')
-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 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 |