https://github.com/noahfrederick/vim-hemisu
A Vim color scheme with dark and light variants
https://github.com/noahfrederick/vim-hemisu
color-scheme neovim vim
Last synced: 11 months ago
JSON representation
A Vim color scheme with dark and light variants
- Host: GitHub
- URL: https://github.com/noahfrederick/vim-hemisu
- Owner: noahfrederick
- Created: 2011-11-20T15:51:02.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-09-05T15:03:49.000Z (almost 13 years ago)
- Last Synced: 2024-11-25T05:30:40.404Z (over 1 year ago)
- Topics: color-scheme, neovim, vim
- Language: VimL
- Homepage: https://noahfrederick.com/vim-color-scheme-hemisu/
- Size: 93.8 KB
- Stars: 279
- Watchers: 7
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hemisu Color Scheme for Vim
===========================

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][0].
[0]: https://github.com/noahfrederick/vim-hemisu/releases
License
-------
Hemisu by [Noah Frederick][1] is made available under the
[Creative Commons Attribution-NonCommercial 3.0 Unported License][2].
[1]: http://noahfrederick.com/
[2]: http://creativecommons.org/licenses/by-nc/3.0/
More information and updates can be found on the [canonical page][3]
and [GitHub repository][4].
[3]: http://noahfrederick.com/vim-color-scheme-hemisu/
[4]: https://github.com/noahfrederick/vim-hemisu