···3==============================================================================
4Table of Contents *darkearth-nvim-table-of-contents*
56-1. darkearth-nvim |darkearth-nvim-darkearth-nvim|
7- - Installation |darkearth-nvim-darkearth-nvim-installation|
8- - Usage |darkearth-nvim-darkearth-nvim-usage|
9- - Build and Modify Colorscheme|darkearth-nvim-darkearth-nvim-build-and-modify-colorscheme|
10- - Base16 Colorscheme |darkearth-nvim-darkearth-nvim-base16-colorscheme|
11-12-==============================================================================
13-1. darkearth-nvim *darkearth-nvim-darkearth-nvim*
14-15-A dark and earthy colorscheme for Neovim.
16-17-Based on miasma.nvim <https://github.com/xero/miasma.nvim>, and built with lush
18<https://github.com/rktjmp/lush.nvim>. Compare to Miasma, darkearth is built to
19be more colorful overall to reduce sameyness as well as being more centered
20around browns than grays to enhance the earthiness.
212223-INSTALLATION *darkearth-nvim-darkearth-nvim-installation*
2425Lazy:
26···40<
414243-USAGE *darkearth-nvim-darkearth-nvim-usage*
4445>lua
46 -- enable the colorscheme
···48<
495051-BUILD AND MODIFY COLORSCHEME*darkearth-nvim-darkearth-nvim-build-and-modify-colorscheme*
52531. Ensure lush.nvim <https://github.com/rktjmp/lush.nvim> and shipwright.nvim <https://github.com/rktjmp/shipwright.nvim> are installed
542. Add new modifications to lush_theme/darkearth.lua <lush_theme/darkearth.lua>
55-3. Rebuild the colorscheme using `./build/build.sh`
565758-BASE16 COLORSCHEME *darkearth-nvim-darkearth-nvim-base16-colorscheme*
5960I have also included a base16 colorscheme script extras/base16-darkearth.sh
61<extras/base16-darkearth.sh> that can be used to set shell colors.
···3==============================================================================
4Table of Contents *darkearth-nvim-table-of-contents*
56+ - Installation |darkearth-nvim-installation|
7+ - Usage |darkearth-nvim-usage|
8+ - Build or Modify |darkearth-nvim-build-or-modify|
9+ - Extras |darkearth-nvim-extras|
10+DarkEarth NeovimA dark and earthy colorscheme for Neovim.Based on miasma.nvim <https://github.com/xero/miasma.nvim>, and built with lush
000000011<https://github.com/rktjmp/lush.nvim>. Compare to Miasma, darkearth is built to
12be more colorful overall to reduce sameyness as well as being more centered
13around browns than grays to enhance the earthiness.
141516+INSTALLATION *darkearth-nvim-installation*
1718Lazy:
19···33<
343536+USAGE *darkearth-nvim-usage*
3738>lua
39 -- enable the colorscheme
···41<
424344+BUILD OR MODIFY *darkearth-nvim-build-or-modify*
45461. Ensure lush.nvim <https://github.com/rktjmp/lush.nvim> and shipwright.nvim <https://github.com/rktjmp/shipwright.nvim> are installed
472. Add new modifications to lush_theme/darkearth.lua <lush_theme/darkearth.lua>
48+3. Rebuild the colorscheme using `./build.sh`
495051+EXTRAS *darkearth-nvim-extras*
5253I have also included a base16 colorscheme script extras/base16-darkearth.sh
54<extras/base16-darkearth.sh> that can be used to set shell colors.