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