projects
/
nvim-plugins
/
flatwhite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7952740
)
feat: add Leap support
author
hylo
<hylo@posteo.de>
Sun, 19 Mar 2023 21:31:31 +0000
(22:31 +0100)
committer
hylo
<hylo@posteo.de>
Sun, 19 Mar 2023 21:31:31 +0000
(22:31 +0100)
lua/flatwhite/groups.lua
patch
|
blob
|
history
diff --git
a/lua/flatwhite/groups.lua
b/lua/flatwhite/groups.lua
index 04955979850581ae767992015fa79fac6d259bea..99ba993eff094145f09831932fa6661d16f86878 100644
(file)
--- 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