sts10 / vim-mustard

Mustard colorscheme for vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mustard, a colorscheme for Vim/Neovim

Mustard, iTerm2, Neovim, Ruby

Installation

Option 1: Install via plugin manager (like vim-plug)

  1. Add Plug 'sts10/vim-mustard' as a plugin in your vimrc
  2. Run :PlugInstall
  3. Put colorscheme mustard and set background=dark in your vimrc.

Option 2: Manual installation

  1. Clone or download this repo.
  2. Move colors/mustard.vim into your ~/.vim/colors directory.
  3. Put colorscheme mustard and set background=dark in your vimrc.

The font in the screenshot above is Deja Vu Sans Mono

Inspiration

I got most of the colors from this theme also called Mustard, though the syntax-to-colors don't line up exactly. Hope that's cool.

Getting True HEX Colors

Vim-Mustard has HEX color codes in it, so it works well with GVim (including MacVim), as well as Neovim + terminals that have true color support.

If you're using Neovim and OS X, I've got a blog post explaining how to get HEX colors in iTerm2 using Neovim.

About

Mustard colorscheme for vim

License:MIT License


Languages

Language:Vim Script 100.0%