ptdewey/darkearth-nvim

github github
colorscheme
stars 70
issues 0
subscribers 1
forks 2
CREATED

UPDATED


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

  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