A really simple solarized color scheme for Neovim, written to be as
simple as it gets and with additional two colors for a bit of added contrast:
Base04 (#002028
) and Base4 (#FFFFED
).
Why not? 😉
- Neovim (duh 😛)
vim.opt.termguicolors = true
in yourinit.lua
.- A terminal with true color support.
Install with your favorite package manager, e.g with lazy.nvim:
require('lazy').setup {
'fschauen/solarized.nvim'
}
Just type:
:colorscheme solarized
or add this to your init.lua
:
vim.cmd [[colorscheme solarized]]
None. This is supposed to be simple, remember?