Open
Description
This is the original desert in the MacVim GUI:
$ vim --clean +so\ /path/to/vim-colorschemes/legacy_colors/desert.vim -g
And this is the remake in the MacVim GUI:
$ vim --clean +color\ desert -g
Quite faithful, right? But that weird highlighting for the startup message is bugging me. It uses Normal
on top of NonText
and, since they have different backgrounds, it creates a surprising "knock out" effect.
Can we do something about it? Should we?
FWIW, it also happens in evening, morning, and ron.
Activity