A dark and earthy colorscheme for Neovim.
Based on miasma.nvim, but reimagined with earthier tones and more colorful syntax elements.
Built with lush.
Lazy:
{
"ptdewey/darkearth-nvim",
priority = 1000,
},
Packer:
use {
"ptdewey/darkearth-nvim",
}
vim.cmd.colorscheme("darkearth")
- Ensure lush.nvim and shipwright.nvim are installed
- Modify lush_theme/darkearth.lua
- Rebuild the colorscheme using
./build.sh
I have also included a base16 colorscheme script extras/base16-darkearth.sh that can be used to set shell colors.