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

auto-generate vimdoc

+10 -17
+10 -17
doc/darkearth-nvim.txt
··· 3 3 ============================================================================== 4 4 Table of Contents *darkearth-nvim-table-of-contents* 5 5 6 - 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 6 + - 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 18 11 <https://github.com/rktjmp/lush.nvim>. Compare to Miasma, darkearth is built to 19 12 be more colorful overall to reduce sameyness as well as being more centered 20 13 around browns than grays to enhance the earthiness. 21 14 22 15 23 - INSTALLATION *darkearth-nvim-darkearth-nvim-installation* 16 + INSTALLATION *darkearth-nvim-installation* 24 17 25 18 Lazy: 26 19 ··· 40 33 < 41 34 42 35 43 - USAGE *darkearth-nvim-darkearth-nvim-usage* 36 + USAGE *darkearth-nvim-usage* 44 37 45 38 >lua 46 39 -- enable the colorscheme ··· 48 41 < 49 42 50 43 51 - BUILD AND MODIFY COLORSCHEME*darkearth-nvim-darkearth-nvim-build-and-modify-colorscheme* 44 + BUILD OR MODIFY *darkearth-nvim-build-or-modify* 52 45 53 46 1. Ensure lush.nvim <https://github.com/rktjmp/lush.nvim> and shipwright.nvim <https://github.com/rktjmp/shipwright.nvim> are installed 54 47 2. Add new modifications to lush_theme/darkearth.lua <lush_theme/darkearth.lua> 55 - 3. Rebuild the colorscheme using `./build/build.sh` 48 + 3. Rebuild the colorscheme using `./build.sh` 56 49 57 50 58 - BASE16 COLORSCHEME *darkearth-nvim-darkearth-nvim-base16-colorscheme* 51 + EXTRAS *darkearth-nvim-extras* 59 52 60 53 I have also included a base16 colorscheme script extras/base16-darkearth.sh 61 54 <extras/base16-darkearth.sh> that can be used to set shell colors.