A dark and earthy colorscheme for Neovim. (mirror) github.com/ptdewey/darkearth-nvim
neovim neovim-colorscheme fennel
Lua 56.6%
Fennel 32.0%
Shell 11.3%
Just 0.1%
78 1 0

Clone this repository

https://tangled.org/pdewey.com/darkearth-nvim https://tangled.org/did:plc:hm5f3dnm6jdhrc55qp2npdja/darkearth-nvim
git@tangled.org:pdewey.com/darkearth-nvim git@tangled.org:did:plc:hm5f3dnm6jdhrc55qp2npdja/darkearth-nvim

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

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#