Spacemacs-flavoured colorscheme for Vim and iTerm
Vim Script
134
15 commits
updated Sep 25, 2016
A theme modelled after nashamri/spacemacs-theme, for Vim and iTerm. Intended for use only in true-colour terminals. Work in progress.

Use your favourite plugin manager to track this repo (colepeters/spacemacs-theme.vim). Then specify the following in your .vimrc / init.vim (only tested in Neovim):
if (has("termguicolors"))
set termguicolors
endif
set background=dark
colorscheme spacemacs-theme
Download the repo, and open the .itermcolors file from Finder. Ta-da!
15 commits
Vim Script
100.0%
Spacemacs-flavoured colorscheme for Vim and iTerm
Vim Script
134
15 commits
updated Sep 25, 2016
A theme modelled after nashamri/spacemacs-theme, for Vim and iTerm. Intended for use only in true-colour terminals. Work in progress.

Use your favourite plugin manager to track this repo (colepeters/spacemacs-theme.vim). Then specify the following in your .vimrc / init.vim (only tested in Neovim):
if (has("termguicolors"))
set termguicolors
endif
set background=dark
colorscheme spacemacs-theme
Download the repo, and open the .itermcolors file from Finder. Ta-da!
15 commits
Vim Script
100.0%