From: hylo Date: Sun, 19 Mar 2023 21:31:31 +0000 (+0100) Subject: feat: add Leap support X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=3900ca99eb2a88a5ac21b86587a2397d2bf66421;p=nvim-plugins%2Fflatwhite.git feat: add Leap support --- 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