A dark and earthy colorscheme for Neovim. (mirror) github.com/ptdewey/darkearth-nvim
neovim neovim-colorscheme fennel

DarkEarth

A dark and earthy colorscheme for Neovim.

DarkEarth palette

DarkEarth theme in neovim

DarkEarth also comes with a light variant, LightEarth.

LightEarth theme in neovim

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#

  1. fennel or hotpot.nvim is installed
  2. Modify the source files as desired:
  3. Rebuild the colorschemes
    • With fennel: Use ./build.sh or just build
    • With hotpot.nvim: Builds are automatic upon saving

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#