A color scheme based on the default desert.vim
, motivated by
desertEx by Mingbai.
Install using your favorite plugin manager. For example with Vundle, place this in your vimrc:
Plugin 'BeomjoonGoh/vim-desertBJ'
then run the following in Vim:
:source %
:PluginInstall
Otherwise copy desertBJ.vim
file to .vim/colors
directory to install manually.
Place the following in your vimrc
to use this color scheme:
set background=dark " or light
colorscheme desertBJ
This color scheme provides 16 ANSI colors for the terminal window. If you want
to use the ANSI colors of the underling terminal or use your own (see :help g:terminal_ansi_colors
), set g:desertBJ_terminal
to 0 (default 1):
let g:desertBJ_terminal = 0