A dark color scheme for Neovim derived from palenight and carbonight
- Support for treesitter and related plugins.
- Consider using vim-polyglot if you are not using treesitter.
Using packer:
use {
"kyazdani42/blue-moon",
config = function()
vim.opt.termguicolors = true
vim.cmd "colorscheme blue-moon"
end
}
To configure lightline, add the following line:
let g:lightline = { 'colorscheme': 'blue-moon' }