ipolifemo / neovim-colors-solarized-truecolor-only

precision colorscheme for the vim text editor

Home Page:http://ethanschoonover.com/solarized

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a version of https://github.com/altercation/vim-colors-solarized modified to always use true color (24 bit rgb). This means it will work with neovim with the following:

set termguicolors
set background=light " or dark
colorscheme solarized

Normally this wouldn't work with neovim (as of writing) since gui_running is always false during initialisation.

For more info see the original.

All above + it fixes the SignColumn issue referenced here: neomake/neomake#6

About

precision colorscheme for the vim text editor

http://ethanschoonover.com/solarized


Languages

Language:Vim Script 100.0%