DarkEarth
A dark and earthy colorscheme for Neovim.
DarkEarth also comes with a light variant, LightEarth.
Installation#
Lazy:
{
"ptdewey/darkearth-nvim",
priority = 1000,
},
vim.pack:
vim.pack.add({ "https://github.com/ptdewey/darkearth-nvim" })
Usage#
-- DarkEarth
vim.cmd.colorscheme("darkearth")
-- LightEarth
vim.cmd.colorscheme("lightearth")
Build or Modify#
- fennel or hotpot.nvim is installed
- Modify the source files as desired:
- Shared highlight groups are defined in fnl/earth/macros.fnl
- Theme-specific colors and overrides are in fnl/darkearth/init.fnl and fnl/lightearth/init.fnl
- Rebuild the colorschemes
- With
fennel: Use./build.shorjust build - With
hotpot.nvim: Builds are automatic upon saving
- With
Note: The version of darkearth built with lush can be found on the v1 branch
Extras#
I have also included a base16 colorscheme script extras/base16-darkearth.sh that can be used to set shell colors.
Inspiration#
- miasma.nvim (What DarkEarth was originally forked from)
- Everforest
- GruvBox