From 9dcbcbb85c0dccd10b41453cc01cb8f3a49735aa Mon Sep 17 00:00:00 2001 From: Denis Maciel Date: Sun, 16 Apr 2023 13:22:42 +0200 Subject: Add support to leap.nvim (#19) --- lua/no-clown-fiesta/groups/leap.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lua/no-clown-fiesta/groups/leap.lua (limited to 'lua/no-clown-fiesta/groups/leap.lua') diff --git a/lua/no-clown-fiesta/groups/leap.lua b/lua/no-clown-fiesta/groups/leap.lua new file mode 100644 index 0000000..5dfd394 --- /dev/null +++ b/lua/no-clown-fiesta/groups/leap.lua @@ -0,0 +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 }, + } +end + +return M -- cgit v1.2.3-70-g09d2