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:
3285a5d
)
fix: MatchParen
author
hylo
<hylo@posteo.de>
Sun, 19 Mar 2023 22:01:09 +0000
(23:01 +0100)
committer
hylo
<hylo@posteo.de>
Sun, 19 Mar 2023 22:01:09 +0000
(23:01 +0100)
lua/flatwhite/groups.lua
patch
|
blob
|
history
diff --git
a/lua/flatwhite/groups.lua
b/lua/flatwhite/groups.lua
index 8e79b8b06e1190e32d75689abbd569be940966a5..12c89eb55b4fad0fdd7afa19c16a16b1af5d52ec 100644
(file)
--- a/
lua/flatwhite/groups.lua
+++ b/
lua/flatwhite/groups.lua
@@
-98,7
+98,7
@@
local function setup(configs)
Search = { fg = colors.black, bg = colors.orange },
IncSearch = { fg = colors.orange, bg = colors.comment },
LineNr = { fg = colors.comment },
- MatchParen = {
fg = colors.fg, underlin
e = true },
+ MatchParen = {
revers
e = true },
NonText = { fg = colors.nontext },
Pmenu = { fg = colors.fg, bg = colors.menu },
PmenuSel = { fg = colors.white, bg = colors.selection },