···11-<h1 align="center">DarkEarth Neovim</h1>
11+<h1 align="center">DarkEarth</h1>
2233<p align="center">
44 A dark and earthy colorscheme for Neovim.
···88 <img src="assets/color_bar.png" alt="DarkEarth palette"/>
99</p>
10101111-Based on [miasma.nvim](https://github.com/xero/miasma.nvim), and built with [lush](https://github.com/rktjmp/lush.nvim).
1212-Compared to Miasma, darkearth is built to be more colorful overall to reduce sameyness as well as being more centered around browns than grays to enhance the earthiness.
1111+Based on [miasma.nvim](https://github.com/xero/miasma.nvim), but reimagined with earthier tones and more colorful syntax elements.
1212+Built with [lush](https://github.com/rktjmp/lush.nvim).
13131414<p align="center">
1515 <img src="assets/screenshot-0.png" alt="DarkEarth theme in neovim"/>
···3636## Usage
37373838```lua
3939--- enable the colorscheme
4039vim.cmd.colorscheme("darkearth")
4140```
42414342## Build or Modify
444345441. Ensure [lush.nvim](https://github.com/rktjmp/lush.nvim) and [shipwright.nvim](https://github.com/rktjmp/shipwright.nvim) are installed
4646-2. Add new modifications to [lush_theme/darkearth.lua](lush_theme/darkearth.lua)
4545+2. Modify [lush_theme/darkearth.lua](lush_theme/darkearth.lua)
47463. Rebuild the colorscheme using `./build.sh`
484749485049## Extras
51505251I have also included a base16 colorscheme script [extras/base16-darkearth.sh](extras/base16-darkearth.sh) that can be used to set shell colors.
5353-