A true color colorscheme for Vim and its ecosystem. (with 256 colors fallback)
(generated by Estilo)
Install manually or use a package manager:
" vim-plug
Plug 'jacoborus/tender'
" NeoBundle
NeoBundle 'jacoborus/tender'
" Vundle
Plugin 'jacoborus/tender'
Once your plugin is installed you can set the color scheme in your .vimrc
or init.vim
Regular theme:
colorscheme tender
Contrast version:
colorscheme tendercontrast
In neovim:
" enable true color in neovim
set termguicolors
Tender includes a lightline theme, to enable it add the next line to your vim config:
" enable tender lightline theme
let g:tender_lightline = 1
" set lighline theme
let g:lightline = { 'colorscheme': 'tender' }
- dark background
- tender colors
- minimal interface
- lightline theme
- fine tune colorization for languages and plugins:
- javascript
- css
- markdown
- yaml
- json
- gitcommit
- NERDTree
- GitGutter
- pangloss/javascript
- pangloss/javascript
- jelera/vim-javascript-syntax
- ... more coming soon (contributions are welcome)
Clone the repo and install dependencies with nodejs, then follow Estilo instructions
© 2016 jacoborus - Released under MIT License