zackbleach / spacemacs-theme.vim

Spacemacs-flavoured colorscheme for Vim and iTerm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spacemacs-theme.vim

A theme modelled after nashamri/spacemacs-theme, for Vim and iTerm. Intended for use only in true-colour terminals. Work in progress. Lightly edited to be more consistent with the Alacritty Spacemacs theme.

Usage

Vim

Use your favourite plugin manager to track this repo (zackbleach/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

iTerm2

Download the repo, and open the .itermcolors file from Finder. Ta-da!

About

Spacemacs-flavoured colorscheme for Vim and iTerm


Languages

Language:Vim Script 100.0%