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

Configure Feed

Select the types of activity you want to include in your feed.

auto-generate vimdoc

+5 -7
+5 -7
doc/darkearth-nvim.txt
··· 1 - *darkearth-nvim.txt* For Neovim >= 0.7.0 Last change: 2024 July 06 1 + *darkearth-nvim.txt* For Neovim >= 0.7.0 Last change: 2024 July 07 2 2 3 3 ============================================================================== 4 4 Table of Contents *darkearth-nvim-table-of-contents* ··· 7 7 - Usage |darkearth-nvim-usage| 8 8 - Build or Modify |darkearth-nvim-build-or-modify| 9 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>. Compared to Miasma, darkearth is built 12 - to be more colorful overall to reduce sameyness as well as being more centered 13 - around browns than grays to enhance the earthiness. 10 + DarkEarthA dark and earthy colorscheme for Neovim.Based on miasma.nvim <https://github.com/xero/miasma.nvim>, but reimagined with 11 + earthier tones and more colorful syntax elements. Built with lush 12 + <https://github.com/rktjmp/lush.nvim>. 14 13 15 14 16 15 INSTALLATION *darkearth-nvim-installation* ··· 36 35 USAGE *darkearth-nvim-usage* 37 36 38 37 >lua 39 - -- enable the colorscheme 40 38 vim.cmd.colorscheme("darkearth") 41 39 < 42 40 ··· 44 42 BUILD OR MODIFY *darkearth-nvim-build-or-modify* 45 43 46 44 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> 45 + 2. Modify lush_theme/darkearth.lua <lush_theme/darkearth.lua> 48 46 3. Rebuild the colorscheme using `./build.sh` 49 47 50 48