···11# darkearth-nvim
22+23A dark and earthy colorscheme for Neovim.
3455+<p align="center">
66+ <img src="assets/color_bar.png" alt="DarkEarth palette"/>
77+</p>
88+49Based on [miasma.nvim](https://github.com/xero/miasma.nvim), and built with [lush](https://github.com/rktjmp/lush.nvim).
1010+Compare 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.
51166-
1212+<p align="center">
1313+ <img src="assets/screenshot-0.png" alt="DarkEarth theme in neovim"/>
1414+</p>
1515+716817## Installation
918···2332```
24332534## Usage
3535+2636```lua
2737-- enable the colorscheme
2838vim.cmd.colorscheme("darkearth")
2939```
30403131-## Build/Modify Colorscheme
4141+## Build and Modify Colorscheme
4242+32431. Ensure [lush.nvim](https://github.com/rktjmp/lush.nvim) and [shipwright.nvim](https://github.com/rktjmp/shipwright.nvim) are installed
33442. Add new modifications to [lush_theme/darkearth.lua](lush_theme/darkearth.lua)
3434-3. Rebuild the colorscheme by running `./build.sh`
4545+3. Rebuild the colorscheme using `./build/build.sh`
354636473737-## base16 Colorscheme
3838-I have also included a base16 colorscheme script [base16-darkearth.sh](base16-darkearth.sh) that can be used to set shell colors.
4848+## Base16 Colorscheme
39495050+I have also included a base16 colorscheme script [extras/base16-darkearth.sh](extras/base16-darkearth.sh) that can be used to set shell colors.
40514141-## Disclaimer
4242-This color scheme is fairly early in development and things are subject to change. (Changes will primarily be new additions)