Skip to content

ptdewey/darkearth-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published