ptdewey/darkearth-nvim

github github
colorschemetreesitter-colorschemes
stars 54
issues 0
subscribers 1
forks 2
CREATED

UPDATED


Installation

Lazy:

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

vim.pack:

vim.pack.add({ "https://github.com/ptdewey/darkearth-nvim" })

Usage

vim.cmd.colorscheme("darkearth")

Build or Modify

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

Note: The version of darkearth made 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