Skip to content

BeomjoonGoh/vim-desertBJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

vim-desertBJ

A color scheme based on the default desert.vim, motivated by desertEx by Mingbai.

Installation

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.

Usage

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

About

vim colorscheme based on the standard desert.vim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published