This is a Vim color scheme based on the Espresso theme for iTerm2. It has support for both GUI and terminal colors, and includes its own colorscheme for Lightline.
Here is a terminal instance of Vim with some Scala code:
And here is another Vim instance with Python code:
If you're unfamiliar with vim, consider using something like vim-plug to maintain your plugins:
- Add the following to your
.vimrc:
Plug 'gmoe/vim-eslint-syntax'- Restart vim and execute
:PlugInstallto automatically download and install this plugin.
Or consider using Vim 8's native plugin manager and clone this repo into your bundle.
Make sure to edit your .vimrc as well:
set t_Co=256
set background=dark
colorscheme espresso