···11-# DarkEarth Nvim
22-An dark and earthy color scheme for Neovim.
33-44-
11+# darkearth-nvim
22+An dark and earthy colorscheme for Neovim.
5364Based on [miasma.nvim](https://github.com/xero/miasma.nvim), and built with [lush](https://github.com/rktjmp/lush.nvim).
7566+
77+88## Installation
991010Lazy:
···1515},
1616```
17171818+Packer:
1919+```lua
2020+use {
2121+ "ptdewey/darkearth-nvim",
2222+}
2323+```
2424+2525+## Usage
2626+```lua
2727+-- enable the colorscheme
2828+vim.cmd.colorscheme("darkearth")
2929+```
3030+3131+## Build/Modify Colorscheme
3232+1. Ensure [lush.nvim](https://github.com/rktjmp/lush.nvim) and [shipwright.nvim](https://github.com/rktjmp/shipwright.nvim) are installed
3333+2. Add new modifications to [lush_theme/darkearth.lua](lush_theme/darkearth.lua)
3434+3. Rebuild the colorscheme by running `./build.sh`
3535+1836## Disclaimer
1919-This color scheme is early in development and things are subject to change.
3737+This color scheme is fairly early in development and things are subject to change. (Changes will primarily be new additions)