···11+*darkearth-nvim.txt* For Neovim >= 0.7.0 Last change: 2025 August 14
22+33+==============================================================================
44+Table of Contents *darkearth-nvim-table-of-contents*
55+66+ - Installation |darkearth-nvim-installation|
77+ - Usage |darkearth-nvim-usage|
88+ - Buildor Modify |darkearth-nvim-buildor-modify|
99+ - Extras |darkearth-nvim-extras|
1010+ - Inspiration |darkearth-nvim-inspiration|
1111+DarkEarthA dark and earthy colorscheme for Neovim.
1212+INSTALLATION *darkearth-nvim-installation*
1313+1414+Lazy:
1515+1616+>lua
1717+ {
1818+ "ptdewey/darkearth-nvim",
1919+ priority = 1000,
2020+ },
2121+<
2222+2323+`vim.pack`
2424+2525+>lua
2626+ vim.pack.add({ "https://github.com/ptdewey/darkearth-nvim" })
2727+<
2828+2929+3030+USAGE *darkearth-nvim-usage*
3131+3232+>lua
3333+ vim.cmd.colorscheme("darkearth")
3434+<
3535+3636+3737+BUILDOR MODIFY *darkearth-nvim-buildor-modify*
3838+3939+1. 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`
4343+4444+4545+4646+Note: The version of darkearth made with lush
4747+<https://github.com/rktjmp/lush.nvim> can be found on the v1 branch
4848+<https://github.com/ptdewey/darkearth-nvim/tree/v1>
4949+5050+5151+EXTRAS *darkearth-nvim-extras*
5252+5353+I have also included a base16 colorscheme script extras/base16-darkearth.sh
5454+<extras/base16-darkearth.sh> that can be used to set shell colors.
5555+5656+5757+INSPIRATION *darkearth-nvim-inspiration*
5858+5959+- miasma.nvim <https://github.com/xero/miasma.nvim> (What DarkEarth was originally forked from)
6060+- Everforest <https://github.com/sainnhe/everforest>
6161+- GruvBox <https://github.com/morhetz/gruvbox>
6262+6363+Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
6464+6565+vim:tw=78:ts=8:noet:ft=help:norl: