All Projects → jacoborus → Tender.vim

jacoborus / Tender.vim

Licence: mit
A 24bit colorscheme for Vim, Airline and Lightline

Projects that are alternatives of or similar to Tender.vim

Vim Colors Github
A Vim colorscheme based on Github's syntax highlighting as of 2018.
Stars: ✭ 286 (-64.95%)
Mutual labels:  colorscheme
Emacs Kaolin Themes
Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
Stars: ✭ 421 (-48.41%)
Mutual labels:  colorscheme
Pywal
🎨 Generate and change color-schemes on the fly.
Stars: ✭ 5,889 (+621.69%)
Mutual labels:  colorscheme
Nofrils
An extremely minimalist colorscheme, even opting out of the second L in frills
Stars: ✭ 292 (-64.22%)
Mutual labels:  colorscheme
Night Owl.vim
A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme
Stars: ✭ 349 (-57.23%)
Mutual labels:  colorscheme
Palenight.vim
Soothing color scheme for your favorite [best] text editor
Stars: ✭ 492 (-39.71%)
Mutual labels:  colorscheme
Vim Dogrun
🐶 A dark Neovim / Vim colorscheme for the GUI and 256 / true-color terminals.
Stars: ✭ 261 (-68.01%)
Mutual labels:  colorscheme
Wal
🎨 Generate and change colorschemes on the fly. Deprecated, use pywal instead. -->
Stars: ✭ 689 (-15.56%)
Mutual labels:  colorscheme
Nord Emacs
An arctic, north-bluish clean and elegant Emacs theme.
Stars: ✭ 379 (-53.55%)
Mutual labels:  colorscheme
Nord Tmux
An arctic, north-bluish clean and elegant tmux color theme.
Stars: ✭ 567 (-30.51%)
Mutual labels:  colorscheme
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (-64.09%)
Mutual labels:  colorscheme
Rigel
🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
Stars: ✭ 324 (-60.29%)
Mutual labels:  colorscheme
Srcery Vim
Dark colorscheme for gvim and vim
Stars: ✭ 518 (-36.52%)
Mutual labels:  colorscheme
Spacecamp
🔭 Vim colors for the final frontier
Stars: ✭ 288 (-64.71%)
Mutual labels:  colorscheme
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (-20.22%)
Mutual labels:  colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (-65.81%)
Mutual labels:  colorscheme
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+490.2%)
Mutual labels:  colorscheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (-8.21%)
Mutual labels:  colorscheme
Apprentice
A dark, low-contrast, Vim colorscheme.
Stars: ✭ 688 (-15.69%)
Mutual labels:  colorscheme
Vim Colortemplate
The Toolkit for Vim Color Scheme Designers!
Stars: ✭ 535 (-34.44%)
Mutual labels:  colorscheme

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].