blue-moon
A dark color scheme for Neovim derived from palenight and carbonight
Lua★ 282⑂ 13 forksupdated 1 year ago
git clone https://github.com/kyazdani42/blue-moon.gitkyazdani42/blue-moonREADME.mdfork it — it’s yours
blue-moon
A dark color scheme for Neovim derived from palenight and carbonight
Notices
- Support for treesitter and related plugins.
- Consider using vim-polyglot if you are not using treesitter.
Installation
Using packer:
use {
"kyazdani42/blue-moon",
config = function()
vim.opt.termguicolors = true
vim.cmd "colorscheme blue-moon"
end
}
Additional support
To configure lightline, add the following line:
let g:lightline = { 'colorscheme': 'blue-moon' }
Screenshots
more like this



