A color scheme for Sublime Text, N/Vim, iTerm, and more. Based on Atom's One. Work in progress.
- Name: One Half
- Author: Son A. Pham @sonph
- Repo: https://github.com/sonph/onehalf
- License: MIT
Table of Contents
- Light and dark versions
- Consistent colors across a wide variety of editors and terminals
- TextMate
- Sublime Text 2/3
- GVim, MacVim, NeoVim, vim-airline (GUI/true colors)
- OS X Terminal.app
- iTerm2
- Terminal Vim, vim-airline (256 colors)
- Gnome Terminal
- IntelliJ
- Eclipse
- GNU Emacs
- Pygments
- Prism
- add your suggestion
(Individual screenshots are available in the screenshots folder)
Sublime Text 3 with Menlo font and Spacegray themes.
NeoVim + Tmux with true colors support on iTerm2.
Install with Vundle then set colorscheme
and g:airline_theme
:
Bundle 'sonph/onehalf', {'rtp': 'vim/'}
colorscheme onehalflight
let g:airline_theme='onehalfdark'
Or if using lightline, set g:lightline.colorscheme
:
let g:lightline.colorscheme='onehalfdark'
Install with Package Control.
- Download color themes in the iterm folder
- Import the color themes
- Either double click on the color scheme files to import
- Or open iTerm Preferences > Profiles > Colors > Color Presets > Import and select the downloaded color theme files
- Select Preferences > Profiles > Colors > Color Presets > One Half Light (Dark)
Download the files in the terminal folder and double click on a color theme file.
Contributions are welcome. Feel free to open an issue if you have problems installing and using the colorschemes.
Released under the MIT license.