···88 - Build or Modify |darkearth-nvim-build-or-modify|
99 - Extras |darkearth-nvim-extras|
1010 - Inspiration |darkearth-nvim-inspiration|
1111-DarkEarthA dark and earthy colorscheme for Neovim.
1111+DarkEarthA dark and earthy colorscheme for Neovim.DarkEarth also comes with a light variant, LightEarth.
1212+1313+1214INSTALLATION *darkearth-nvim-installation*
13151416Lazy:
···3032USAGE *darkearth-nvim-usage*
31333234>lua
3535+ -- DarkEarth
3336 vim.cmd.colorscheme("darkearth")
3737+3838+ -- LightEarth
3939+ vim.cmd.colorscheme("lightearth")
3440<
354136423743BUILD OR MODIFY *darkearth-nvim-build-or-modify*
384439451. fennel <https://github.com/bakpakin/Fennel> or hotpot.nvim <https://github.com/rktjmp/hotpot.nvim/tree/main> is installed
4040-2. Modify fnl/darkearth/init.fnl <fnl/darkearth/init.fnl> as desired
4141-3. Rebuild the colorscheme- With `fennel`: Use `./build.sh` or `just build`
4242-- With `hotpot.nvim`: Builds are automatic upon saving `fnl/darkearth/init.fnl`
4646+2. Modify the source files as desired:- Shared highlight groups are defined in fnl/earth/macros.fnl <fnl/earth/macros.fnl>
4747+- Theme-specific colors and overrides are in fnl/darkearth/init.fnl <fnl/darkearth/init.fnl> and fnl/lightearth/init.fnl <fnl/lightearth/init.fnl>
4848+4949+5050+3. Rebuild the colorschemes- With `fennel`: Use `./build.sh` or `just build`
5151+- With `hotpot.nvim`: Builds are automatic upon saving
4352445345544646-Note: The version of darkearth made with lush
5555+Note: The version of darkearth built with lush
4756<https://github.com/rktjmp/lush.nvim> can be found on the v1 branch
4857<https://github.com/ptdewey/darkearth-nvim/tree/v1>
4958