A dark color scheme for Vim and Neovim with colors inspired by the gentle-dark-ui and gentle-dark-syntax themes for the Atom text editor.
Showing the color scheme in neovim with the vim-airline plugin. The terminal is iTerm2 and the font is Hack at 15pt.
Add the following line to ~/.vimrc:
With vim-plug
Plug 'gentlelionstudios/gentledark.vim'With Vundle
Plugin 'gentlelionstudios/gentledark.vim'Copy colors/gentledark.vim into the ~/.vim/colors/ directory, and copy autoload/gentledark.vim into the ~/.vim/autoload/ directory.
This repository also includes a vim-airline theme to pair with gentledark.vim.
If gentledark.vim was manually installed, copy the
autoload/airline/themes/gentledark.vim into the
~/.vim/autoload/airline/themes directory.
To enable the theme, add the following line to ~/.vimrc:
let g:airline_theme='gentledark'