ptdewey/darkearth-nvim

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

2024-04-05

UPDATED

7 days ago


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.