ptdewey/darkearth-nvim

github github
colorschemetreesitter-colorschemes
stars 7
issues 0
subscribers 1
forks 0
CREATED

2024-04-05

UPDATED

3 days ago


darkearth-nvim

A dark and earthy colorscheme for Neovim.

Based on miasma.nvim, and built with lush.

Installation

Lazy:

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

Packer:

use {
    "ptdewey/darkearth-nvim",
}

Usage

-- enable the colorscheme
vim.cmd.colorscheme("darkearth")

Build/Modify Colorscheme

  1. Ensure lush.nvim and shipwright.nvim are installed
  2. Add new modifications to lush_theme/darkearth.lua
  3. Rebuild the colorscheme by running ./build.sh

Disclaimer

This color scheme is fairly early in development and things are subject to change. (Changes will primarily be new additions)