xoria256 menu color patch

Suraj N. Kurapati


Vim’s menus are difficult to read under the xoria256 color scheme:

menu colors before patching

So I patched them (using colors from the same palette) as follows:

colorscheme xoria256
highlight Pmenu    ctermbg=188 guibg=#d0d0d0
highlight PmenuSel ctermfg=188 guifg=#d0d0d0

This results in higher contrast menus that are easier to read:

menu colors after patching

I sent this patch to Dmitriy Y. Zotikov, the author of xoria256, in hopes that he will incorporate it into the official version of the color scheme.


Updates