forked from aniani/vim
updated for version 7.3.607
Problem: With an 8 color terminal the selected menu item is black on black, because darkGrey as bg is the same as black. Solution: Swap fg and bg colors. (James McCoy)
This commit is contained in:
parent
94c465c53d
commit
049d8e79cf
@ -6653,8 +6653,8 @@ static char *(highlight_init_dark[]) =
|
|||||||
"PmenuThumb ctermbg=White guibg=White"),
|
"PmenuThumb ctermbg=White guibg=White"),
|
||||||
CENT("Pmenu ctermbg=Magenta ctermfg=Black",
|
CENT("Pmenu ctermbg=Magenta ctermfg=Black",
|
||||||
"Pmenu ctermbg=Magenta ctermfg=Black guibg=Magenta"),
|
"Pmenu ctermbg=Magenta ctermfg=Black guibg=Magenta"),
|
||||||
CENT("PmenuSel ctermbg=DarkGrey ctermfg=Black",
|
CENT("PmenuSel ctermbg=Black ctermfg=DarkGrey",
|
||||||
"PmenuSel ctermbg=DarkGrey ctermfg=Black guibg=DarkGrey"),
|
"PmenuSel ctermbg=Black ctermfg=DarkGrey guibg=DarkGrey"),
|
||||||
#endif
|
#endif
|
||||||
CENT("Title term=bold ctermfg=LightMagenta",
|
CENT("Title term=bold ctermfg=LightMagenta",
|
||||||
"Title term=bold ctermfg=LightMagenta gui=bold guifg=Magenta"),
|
"Title term=bold ctermfg=LightMagenta gui=bold guifg=Magenta"),
|
||||||
|
@ -714,6 +714,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
607,
|
||||||
/**/
|
/**/
|
||||||
606,
|
606,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user