One Half Color Schemes : Clean and vibrant light/dark color schemes for terminal and gui Vim.
| script karma |
Rating 147/63,
Downloaded by 2630 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Son Pham |
| |
| script type |
| color scheme |
| |
| description |
Clean, vibrant, modern and pleasing light/dark color schemes for terminal and gui Vim.
Consistent cterm and gui colors, plus matching themes for plugins such as vim-airline, lightline or NERDTree. Provides harmonious colors and styles for all UI elements and syntax groups.
Screenshot: https://github.com/sonph/onehalf/blob/master/screenshots/main.png
More screenshots: https://github.com/sonph/onehalf/tree/master/screenshots
More information: https://github.com/sonph/onehalf
Matching color schemes for other editors and terminals such as gnome-terminal, iTerm, macOS Terminal.app, Sublime Text, etc. are also available.
Please report any issues or feature requests at the GitHub repository above. |
| |
| install details |
1. Install with Vundle:
Plugin 'sonph/onehalf', {'rtp': 'vim/'}
then restart vim and execute
:PluginInstall
or, manually copy the color scheme files from https://github.com/sonph/onehalf/tree/master/vim into your local ~/.vim/colors and optionally ~/.vim/autoload (if you use vim-airline).
2. Set the colorscheme in your ~/.vimrc
syntax on
set t_Co=256
" Use onehalfdark or onehalflight
colorscheme onehalfdark
" If you are using vim-airline
let g:airline_theme='onehalfdark' |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.44
|