feat: add Leap support
authorhylo <hylo@posteo.de>
Sun, 19 Mar 2023 21:31:31 +0000 (22:31 +0100)
committerhylo <hylo@posteo.de>
Sun, 19 Mar 2023 21:31:31 +0000 (22:31 +0100)
lua/flatwhite/groups.lua

index 04955979850581ae767992015fa79fac6d259bea..99ba993eff094145f09831932fa6661d16f86878 100644 (file)
@@ -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