Skip to content

gmoe/vim-espresso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-espresso

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.

Screenshots

Here is a terminal instance of Vim with some Scala code:

vim-espresso Scala Example

And here is another Vim instance with Python code:

vim-espresso Python Example

Installation

If you're unfamiliar with vim, consider using something like vim-plug to maintain your plugins:

  1. Add the following to your .vimrc:
Plug 'gmoe/vim-eslint-syntax'
  1. Restart vim and execute :PlugInstall to 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

About

A Better Vim Colorscheme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors