Compare commits

...

2 commits

Author SHA1 Message Date
Kevin MacMartin
8842a7d228 Update submodules 2024-03-08 18:05:21 -05:00
Kevin MacMartin
69f18478a3 Change the search highlight text color to black to make it a bit easier to read 2024-03-08 18:04:37 -05:00
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c09932bd2de01dc9c01e870fe83060693c67de13
Subproject commit 57205313dda0ac82ac69e21d5e2a80f3297c14cc

View file

@ -92,7 +92,7 @@ endfun
call s:C("PmenuSel",g:cBlue,g:cLightBg,"bold")
"search
call s:C("Search",g:cRed,g:cWhite,"bold")
call s:C("Search",g:cBlack,g:cWhite,"bold")
hi! link IncSearch Search
hi! link IncSearchMatch Search
hi! link IncSearchMatchReverse Search