~/.vimrc
Permanently disable colors
syntax off
Force black & white (no colors at all, even background)
set background=light
syntax off
highlight clear
Use a minimal colorscheme:
colorscheme default
set background=light
Iordanis Kazanas – Virtual Systems Administrator
~/.vimrc
Permanently disable colors
syntax off
Force black & white (no colors at all, even background)
set background=light
syntax off
highlight clear
Use a minimal colorscheme:
colorscheme default
set background=light