summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/groups/leap.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-21 00:52:42 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-21 00:52:42 +0100
commitc3fd698b6e8f3ed134471520c4f0c12a1e3cb7e9 (patch)
tree8d50fcef59a3d8a09a51874a5533f61eb7015acb /lua/no-clown-fiesta/groups/leap.lua
parent1940861742140c96cc4cc19067dada5a3652c990 (diff)
Format
Diffstat (limited to 'lua/no-clown-fiesta/groups/leap.lua')
-rw-r--r--lua/no-clown-fiesta/groups/leap.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/lua/no-clown-fiesta/groups/leap.lua b/lua/no-clown-fiesta/groups/leap.lua
index 5dfd394..009e9bb 100644
--- a/lua/no-clown-fiesta/groups/leap.lua
+++ b/lua/no-clown-fiesta/groups/leap.lua
@@ -1,12 +1,12 @@
local M = {}
function M.highlight(palette, opts)
- return {
- LeapMatch = { fg = palette.cyan, bold = true },
- LeapLabelPrimary = { fg = palette.red, bold = true },
- LeapLabelSecondary = { fg = palette.gray_blue },
- LeapBackdrop = { fg = palette.gray },
- }
+ return {
+ LeapMatch = { fg = palette.cyan, bold = true },
+ LeapLabelPrimary = { fg = palette.red, bold = true },
+ LeapLabelSecondary = { fg = palette.gray_blue },
+ LeapBackdrop = { fg = palette.gray },
+ }
end
return M