A dark color scheme for Neovim derived from palenight and carbonight
- This plugin works better with vim-polyglot
- I don't want to bother with non true color and terminal colors because don't use a tty, i use the good old alacritty
- This colorscheme also supports treesitter
Using vim-plug:
Plug 'kyazdani42/blue-moon'
You'll need to enable termguicolors
for the theme to work properly
set termguicolors
colorscheme blue-moon
To configure lightline, add the following line:
let g:lightline = { 'colorscheme': 'blue-moon' }