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

docs: auto-generate vimdoc

+65
+65
doc/darkearth-nvim.txt
··· 1 + *darkearth-nvim.txt* For Neovim >= 0.7.0 Last change: 2025 August 14 2 + 3 + ============================================================================== 4 + Table of Contents *darkearth-nvim-table-of-contents* 5 + 6 + - Installation |darkearth-nvim-installation| 7 + - Usage |darkearth-nvim-usage| 8 + - Buildor Modify |darkearth-nvim-buildor-modify| 9 + - Extras |darkearth-nvim-extras| 10 + - Inspiration |darkearth-nvim-inspiration| 11 + DarkEarthA dark and earthy colorscheme for Neovim. 12 + INSTALLATION *darkearth-nvim-installation* 13 + 14 + Lazy: 15 + 16 + >lua 17 + { 18 + "ptdewey/darkearth-nvim", 19 + priority = 1000, 20 + }, 21 + < 22 + 23 + `vim.pack` 24 + 25 + >lua 26 + vim.pack.add({ "https://github.com/ptdewey/darkearth-nvim" }) 27 + < 28 + 29 + 30 + USAGE *darkearth-nvim-usage* 31 + 32 + >lua 33 + vim.cmd.colorscheme("darkearth") 34 + < 35 + 36 + 37 + BUILDOR MODIFY *darkearth-nvim-buildor-modify* 38 + 39 + 1. fennel <https://github.com/bakpakin/Fennel> or hotpot.nvim <https://github.com/rktjmp/hotpot.nvim/tree/main> is installed 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` 43 + 44 + 45 + 46 + Note: The version of darkearth made with lush 47 + <https://github.com/rktjmp/lush.nvim> can be found on the v1 branch 48 + <https://github.com/ptdewey/darkearth-nvim/tree/v1> 49 + 50 + 51 + EXTRAS *darkearth-nvim-extras* 52 + 53 + I have also included a base16 colorscheme script extras/base16-darkearth.sh 54 + <extras/base16-darkearth.sh> that can be used to set shell colors. 55 + 56 + 57 + INSPIRATION *darkearth-nvim-inspiration* 58 + 59 + - miasma.nvim <https://github.com/xero/miasma.nvim> (What DarkEarth was originally forked from) 60 + - Everforest <https://github.com/sainnhe/everforest> 61 + - GruvBox <https://github.com/morhetz/gruvbox> 62 + 63 + Generated by panvimdoc <https://github.com/kdheepak/panvimdoc> 64 + 65 + vim:tw=78:ts=8:noet:ft=help:norl: