Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-05T15:03:49.000Z (about 11 years ago)
- Last Synced: 2024-06-16T09:35:55.659Z (5 months ago)
- Topics: color-scheme, neovim, vim
- Language: VimL
- Homepage: https://noahfrederick.com/vim-color-scheme-hemisu/
- Size: 93.8 KB
- Stars: 281
- Watchers: 7
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hemisu Color Scheme for Vim
===========================![Screen shot of MacVim](http://farm7.static.flickr.com/6101/6342657394_209d6847e8_z.jpg)
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 groupsUsage
-----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=lightTo enable syntax highlighting and use the color scheme automatically when you start Vim,
add the following to your .vimrc:syntax on
colorscheme hemisuChange 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