From 3900ca99eb2a88a5ac21b86587a2397d2bf66421 Mon Sep 17 00:00:00 2001 From: hylo Date: Sun, 19 Mar 2023 22:31:31 +0100 Subject: [PATCH] feat: add Leap support --- lua/flatwhite/groups.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/flatwhite/groups.lua b/lua/flatwhite/groups.lua index 0495597..99ba993 100644 --- a/lua/flatwhite/groups.lua +++ b/lua/flatwhite/groups.lua @@ -447,6 +447,11 @@ local function setup(configs) rainbowcol5 = { fg = colors.pink }, rainbowcol6 = { fg = colors.cyan }, rainbowcol7 = { fg = colors.white }, + + -- Leap + LeapMatch = { fg = colors.bg, bg = colors.purple_text_sec }, + LeapLabelPrimary = { fg = colors.bg, bg = colors.purple_text_sec }, + LeapLabelSecondary = { fg = colors.bg, bg = colors.green_text_sec }, } end -- 2.30.2