gic4107 / tender.vim

A color scheme for Vim and lightline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tender

A true color colorscheme for Vim and its ecosystem. (with 256 colors fallback)

(generated by Estilo)

color palette

Installation

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

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' }

Features:

  • 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)

Screenshots

javascript nerdtree, json and yaml diff lightline gitcommit

Contribute

Clone the repo and install dependencies with nodejs, then follow Estilo instructions




© 2016 jacoborus - Released under MIT License

About

A color scheme for Vim and lightline


Languages

Language:Vim Script 100.0%