All Projects → colepeters → Spacemacs Theme.vim

colepeters / Spacemacs Theme.vim

Spacemacs-flavoured colorscheme for Vim and iTerm

Labels

Projects that are alternatives of or similar to Spacemacs Theme.vim

Vim Jinja
jinja plugins for vim (syntax and indent)
Stars: ✭ 116 (-7.2%)
Mutual labels:  viml
Image.vim
View images in Vim, because Vim is awesome!
Stars: ✭ 119 (-4.8%)
Mutual labels:  viml
Provim
Repository to hold dotfiles and scripts specific to ProVim
Stars: ✭ 122 (-2.4%)
Mutual labels:  viml
Vim Youdao Translater
vim的有道取词翻译插件
Stars: ✭ 116 (-7.2%)
Mutual labels:  viml
Workflowish
A todo "plugin" for Vim, inspired by https://workflowy.com/
Stars: ✭ 118 (-5.6%)
Mutual labels:  viml
Vim Gradle
Simple little vim-bundle that recognizes .gradle files as being groovy syntax
Stars: ✭ 119 (-4.8%)
Mutual labels:  viml
Vim Cheat
View cheatsheets via vim
Stars: ✭ 116 (-7.2%)
Mutual labels:  viml
Vim R Plugin
Plugin to work with R
Stars: ✭ 124 (-0.8%)
Mutual labels:  viml
Vim Space
space.vim - Smart Space key for Vim
Stars: ✭ 118 (-5.6%)
Mutual labels:  viml
Vim Qfreplace
Perform the replacement in quickfix.
Stars: ✭ 121 (-3.2%)
Mutual labels:  viml
Greplace.vim
Global search and replace for VI
Stars: ✭ 116 (-7.2%)
Mutual labels:  viml
Vim Nodejs Complete
nodejs 'omnifunc' function of vim
Stars: ✭ 118 (-5.6%)
Mutual labels:  viml
Minimap Vim
Minimap for Vim
Stars: ✭ 121 (-3.2%)
Mutual labels:  viml
Keyboard cat.vim
vim plugin for pretending like you can actually type
Stars: ✭ 116 (-7.2%)
Mutual labels:  viml
Vim Arduino
Compile and Deploy Arduino sketches in Vim
Stars: ✭ 122 (-2.4%)
Mutual labels:  viml
Incsearch Fuzzy.vim
Stars: ✭ 116 (-7.2%)
Mutual labels:  viml
Vimrc
vimrc for PHP & Web developers
Stars: ✭ 119 (-4.8%)
Mutual labels:  viml
Vim Makegreen
MakeGreen runs make and shows a red or green message bar for success/failure. Speeds the red-green-refactor cycle!
Stars: ✭ 124 (-0.8%)
Mutual labels:  viml
Xml.vim
helps editing xml (and [x]html, sgml, xslt) files
Stars: ✭ 123 (-1.6%)
Mutual labels:  viml
Tmux Config
Configuration and tools for tmux. Can be used as a Vim plugin.
Stars: ✭ 121 (-3.2%)
Mutual labels:  viml

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.

Usage

Vim

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

iTerm2

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].