A dark and earthy colorscheme for Neovim. (mirror) github.com/ptdewey/darkearth-nvim
neovim neovim-colorscheme fennel
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: auto-generate vimdoc

+6 -6
+6 -6
doc/darkearth-nvim.txt
··· 1 - *darkearth-nvim.txt* For Neovim >= 0.7.0 Last change: 2025 August 20 1 + *darkearth-nvim.txt* For Neovim >= 0.7.0 Last change: 2026 February 15 2 2 3 3 ============================================================================== 4 4 Table of Contents *darkearth-nvim-table-of-contents* 5 5 6 6 - Installation |darkearth-nvim-installation| 7 7 - Usage |darkearth-nvim-usage| 8 - - Buildor Modify |darkearth-nvim-buildor-modify| 8 + - Build or Modify |darkearth-nvim-build-or-modify| 9 9 - Extras |darkearth-nvim-extras| 10 10 - Inspiration |darkearth-nvim-inspiration| 11 11 DarkEarthA dark and earthy colorscheme for Neovim. ··· 20 20 }, 21 21 < 22 22 23 - `vim.pack` 23 + `vim.pack`: 24 24 25 25 >lua 26 26 vim.pack.add({ "https://github.com/ptdewey/darkearth-nvim" }) ··· 34 34 < 35 35 36 36 37 - BUILDOR MODIFY *darkearth-nvim-buildor-modify* 37 + BUILD OR MODIFY *darkearth-nvim-build-or-modify* 38 38 39 39 1. fennel <https://github.com/bakpakin/Fennel> or hotpot.nvim <https://github.com/rktjmp/hotpot.nvim/tree/main> is installed 40 40 2. Modify fnl/darkearth/init.fnl <fnl/darkearth/init.fnl> as desired 41 - 3. Rebuild the colorscheme- With `fennel`Use `./build.sh` or `just build` 42 - - With `hotpot.nvim`Builds are automatic upon saving `fnl/darkearth/init.fnl` 41 + 3. Rebuild the colorscheme- With `fennel`: Use `./build.sh` or `just build` 42 + - With `hotpot.nvim`: Builds are automatic upon saving `fnl/darkearth/init.fnl` 43 43 44 44 45 45