···11MIT License
2233-Copyright (c) 2024 Patrick Dewey
33+Copyright (c) 2024 - 2025 Patrick Dewey
4455Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
+9-11
README.md
···1212 <img src="assets/screenshot-0.png" alt="DarkEarth theme in neovim"/>
1313</p>
14141515-Based on [miasma.nvim](https://github.com/xero/miasma.nvim), but reimagined with earthier tones and more colorful syntax elements.
1616-1717-Built with [lush](https://github.com/rktjmp/lush.nvim).
1818-1515+Based on [miasma.nvim](https://github.com/xero/miasma.nvim), reimagined with earthier tones and more colorful syntax elements.
19162017## Installation
2118···2724},
2825```
29263030-Packer:
2727+`vim.pack`:
3128```lua
3232-use {
3333- "ptdewey/darkearth-nvim",
3434-}
2929+vim.pack.add({ "https://github.com/ptdewey/darkearth-nvim" })
3530```
36313732## Usage
···42374338## Build or Modify
44394545-1. Ensure [lush.nvim](https://github.com/rktjmp/lush.nvim) and [shipwright.nvim](https://github.com/rktjmp/shipwright.nvim) are installed
4646-2. Modify [lush_theme/darkearth.lua](lush_theme/darkearth.lua)
4747-3. Rebuild the colorscheme using `./build.sh`
4040+1. [fennel](https://github.com/bakpakin/Fennel) or [hotpot.nvim](https://github.com/rktjmp/hotpot.nvim/tree/main) is installed
4141+2. Modify [fnl/darkearth/init.fnl](fnl/darkearth/init.fnl) as desired
4242+3. Rebuild the colorscheme
4343+ - With `fennel`: Use `./build.sh` or `just build` ()
4444+ - With `hotpot.nvim`: Builds are automatic upon saving `fnl/darkearth/init.fnl`
48454646+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/v2)
49475048## Extras
5149