···1212 <img src="assets/screenshot-0.png" alt="DarkEarth theme in neovim"/>
1313</p>
14141515+DarkEarth also comes with a light variant, LightEarth.
1616+1717+<p align="center">
1818+ <img src="assets/lightearth-screenshot.png" alt="LightEarth theme in neovim"/>
1919+</p>
2020+1521## Installation
16221723Lazy:
2424+1825```lua
1926{
2027 "ptdewey/darkearth-nvim",
···2330```
24312532`vim.pack`:
3333+2634```lua
2735vim.pack.add({ "https://github.com/ptdewey/darkearth-nvim" })
2836```
···3038## Usage
31393240```lua
4141+-- DarkEarth
3342vim.cmd.colorscheme("darkearth")
4343+4444+-- LightEarth
4545+vim.cmd.colorscheme("lightearth")
3446```
35473648## Build or Modify
374938501. [fennel](https://github.com/bakpakin/Fennel) or [hotpot.nvim](https://github.com/rktjmp/hotpot.nvim/tree/main) is installed
3939-2. Modify [fnl/darkearth/init.fnl](fnl/darkearth/init.fnl) as desired
4040-3. Rebuild the colorscheme
4141- - With `fennel`: Use `./build.sh` or `just build`
4242- - With `hotpot.nvim`: Builds are automatic upon saving `fnl/darkearth/init.fnl`
5151+2. Modify the source files as desired:
5252+ - Shared highlight groups are defined in [fnl/earth/macros.fnl](fnl/earth/macros.fnl)
5353+ - Theme-specific colors and overrides are in [fnl/darkearth/init.fnl](fnl/darkearth/init.fnl) and [fnl/lightearth/init.fnl](fnl/lightearth/init.fnl)
5454+3. Rebuild the colorschemes
5555+ - With `fennel`: Use `./build.sh` or `just build`
5656+ - With `hotpot.nvim`: Builds are automatic upon saving
43574444-Note: The version of darkearth made with [lush](https://github.com/rktjmp/lush.nvim) can be found on the [v1 branch](https://github.com/ptdewey/darkearth-nvim/tree/v1)
5858+Note: The version of darkearth built with [lush](https://github.com/rktjmp/lush.nvim) can be found on the [v1 branch](https://github.com/ptdewey/darkearth-nvim/tree/v1)
45594660## Extras
4761···5266- [miasma.nvim](https://github.com/xero/miasma.nvim) (What DarkEarth was originally forked from)
5367- [Everforest](https://github.com/sainnhe/everforest)
5468- [GruvBox](https://github.com/morhetz/gruvbox)
5555-