Skip to content

ptdewey/darkearth-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DarkEarth

A dark and earthy colorscheme for Neovim.

DarkEarth palette

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

DarkEarth theme in neovim

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.