A dark color scheme for Neovim derived from blue-moon
- Support for treesitter and related plugins.
- Consider using vim-polyglot if you are not using treesitter.
Using packer:
use {
"mdcoury/dark-forest.nvim",
config = function()
vim.opt.termguicolors = true
vim.cmd "colorscheme dark-forest"
end
}