Neovim (Vim GUI only) colorscheme based on the default desert.vim
.
" vim-plug
Plug 'aradunovic/perun.vim'
" NeoBundle
NeoBundle 'aradunovic/perun.vim'
" Vundle
Plugin 'aradunovic/perun.vim'
Place colors/perun.vim
in your <vim-config-dir>/colors/
directory.
colorscheme perun
" neovim
set termguicolors
NOTE: Ensure that your terminal emulator supports true color. - More info
perun.vim has been tested on Neovim v0.2.2.
Take a look inside terminal
directory.
Font: InconsolataGO Nerd Font Complete
Plugins:
- vim-devicons
- nerdtree
- vim-airline (with
bubblegum
theme and powerline fonts)
Everyone interacting in the project’s codebases and issue trackers is expected to follow the code of conduct.
The code is available as open source under the terms of the MIT License.