Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Hemisu Color Scheme for Vim

Screen shot of MacVim

Features

  • Two modes: one optimized for daytime, the other optimized for low light conditions
  • Made to work with both GUIs (gui) and color terminals (cterm)
  • Provides harmonious colors and styles for all predefined UI elements and syntax groups

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.