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

Configure Feed

Select the types of activity you want to include in your feed.

Lua 89.7%
Shell 10.3%
49 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

Based on miasma.nvim, but reimagined with earthier tones and more colorful syntax elements.

Built with lush.

Installation#

Lazy:

{
    "ptdewey/darkearth-nvim",
    priority = 1000,
},

Packer:

use {
    "ptdewey/darkearth-nvim",
}

Usage#

vim.cmd.colorscheme("darkearth")

Build or Modify#

  1. Ensure lush.nvim and shipwright.nvim are installed
  2. Modify lush_theme/darkearth.lua
  3. Rebuild the colorscheme using ./build.sh

Extras#

I have also included a base16 colorscheme script extras/base16-darkearth.sh that can be used to set shell colors.