Go to file
2024-04-21 18:15:45 +02:00
autoload Update to estilo v2 2024-03-18 01:38:47 +01:00
colors Fix: bypass tree-sitter and lsp related if not installed 2024-04-21 18:15:45 +02:00
estilos Update to estilo v2 2024-03-18 01:38:47 +01:00
.gitignore first commit 2016-05-01 04:22:33 +02:00
estilo.yml Fix: @ symbols break vim 2024-03-21 01:23:07 +01:00
issue_template.md Docs: change issue template sections order 2016-09-19 15:08:17 +02:00
LICENSE Docs: Add MIT license 2020-06-29 17:45:39 +02:00
README.md Delete dead link 2024-04-17 17:30:48 -07:00

tender

A 24bit colorscheme for Vim, Airline and Lightline (generated by Estilo)

Screenshots

javascript statusplus statusregular xml nerdtree-yaml gitcommit gvdiff

Installation

Install manually or use a package manager:

" vim-plug
Plug 'jacoborus/tender.vim'
" NeoBundle
NeoBundle 'jacoborus/tender.vim'
" Vundle
Plugin 'jacoborus/tender.vim'

Once your plugin is installed you can set the color scheme in your .vimrc or init.vim

" If you have vim >=8.0 or Neovim >= 0.1.5
if (has("termguicolors"))
 set termguicolors
endif

" For Neovim 0.1.3 and 0.1.4
let $NVIM_TUI_ENABLE_TRUE_COLOR=1

" Theme
syntax enable
colorscheme tender

Use lightline themes (tender and tenderplus):

" set lighline theme inside lightline config
let g:lightline = { 'colorscheme': 'tender' }

Use airline themes (tender and tenderplus):

" set airline theme
let g:airline_theme = 'tender'

Fix for MacVim (see issue):

let macvim_skip_colorscheme=1

Copy color to vim if no exist ~/.vim/colors/, create folder.

 cp ~/.vim/bundle/tender/colors/tender.vim ~/.vim/colors/tender.vim

Terminal themes



pacman-tender


© 2016 Jacobo Tabernero (jacoborus.codes) - Released under MIT License