noahfrederick / vim-hemisu

A Vim color scheme with dark and light variants
https://noahfrederick.com/vim-color-scheme-hemisu/
279 stars 30 forks source link
color-scheme neovim vim

Hemisu Color Scheme for Vim

Screen shot of MacVim

Features

Usage

To install and use this color scheme, move the file hemisu.vim into your colors directory (e.g., ~/.vim/colors/).

The color scheme comes in two flavors, dark and light. To toggle between the two modes, set the background in Vim:

set background=dark
set background=light

To enable syntax highlighting and use the color scheme automatically when you start Vim, add the following to your .vimrc:

syntax on
colorscheme hemisu

Change Log

For a list of changes and bug fixes, see releases.

License

Hemisu by Noah Frederick is made available under the Creative Commons Attribution-NonCommercial 3.0 Unported License.

More information and updates can be found on the canonical page and GitHub repository.