···11-*darkearth-nvim.txt* For Neovim >= 0.7.0 Last change: 2024 July 06
11+*darkearth-nvim.txt* For Neovim >= 0.7.0 Last change: 2024 July 07
2233==============================================================================
44Table of Contents *darkearth-nvim-table-of-contents*
···77 - Usage |darkearth-nvim-usage|
88 - Build or Modify |darkearth-nvim-build-or-modify|
99 - Extras |darkearth-nvim-extras|
1010-DarkEarth NeovimA dark and earthy colorscheme for Neovim.Based on miasma.nvim <https://github.com/xero/miasma.nvim>, and built with lush
1111-<https://github.com/rktjmp/lush.nvim>. Compared to Miasma, darkearth is built
1212-to be more colorful overall to reduce sameyness as well as being more centered
1313-around browns than grays to enhance the earthiness.
1010+DarkEarthA dark and earthy colorscheme for Neovim.Based on miasma.nvim <https://github.com/xero/miasma.nvim>, but reimagined with
1111+earthier tones and more colorful syntax elements. Built with lush
1212+<https://github.com/rktjmp/lush.nvim>.
141315141615INSTALLATION *darkearth-nvim-installation*
···3635USAGE *darkearth-nvim-usage*
37363837>lua
3939- -- enable the colorscheme
4038 vim.cmd.colorscheme("darkearth")
4139<
4240···4442BUILD OR MODIFY *darkearth-nvim-build-or-modify*
454346441. Ensure lush.nvim <https://github.com/rktjmp/lush.nvim> and shipwright.nvim <https://github.com/rktjmp/shipwright.nvim> are installed
4747-2. Add new modifications to lush_theme/darkearth.lua <lush_theme/darkearth.lua>
4545+2. Modify lush_theme/darkearth.lua <lush_theme/darkearth.lua>
48463. Rebuild the colorscheme using `./build.sh`
49475048