Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.39 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.39 KB

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.