···11-*darkearth-nvim.txt* For Neovim >= 0.7.0 Last change: 2025 August 07
22-33-==============================================================================
44-Table of Contents *darkearth-nvim-table-of-contents*
55-66- - Installation |darkearth-nvim-installation|
77- - Usage |darkearth-nvim-usage|
88- - Build or Modify |darkearth-nvim-build-or-modify|
99- - Extras |darkearth-nvim-extras|
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.
1212-1313-Built with lush <https://github.com/rktjmp/lush.nvim>.
1414-1515-1616-INSTALLATION *darkearth-nvim-installation*
1717-1818-Lazy:
1919-2020->lua
2121- {
2222- "ptdewey/darkearth-nvim",
2323- priority = 1000,
2424- },
2525-<
2626-2727-Packer:
2828-2929->lua
3030- use {
3131- "ptdewey/darkearth-nvim",
3232- }
3333-<
3434-3535-3636-USAGE *darkearth-nvim-usage*
3737-3838->lua
3939- vim.cmd.colorscheme("darkearth")
4040-<
4141-4242-4343-BUILD OR MODIFY *darkearth-nvim-build-or-modify*
4444-4545-1. Ensure lush.nvim <https://github.com/rktjmp/lush.nvim> and shipwright.nvim <https://github.com/rktjmp/shipwright.nvim> are installed
4646-2. Modify lush_theme/darkearth.lua <lush_theme/darkearth.lua>
4747-3. Rebuild the colorscheme using `./build.sh`
4848-4949-5050-EXTRAS *darkearth-nvim-extras*
5151-5252-I have also included a base16 colorscheme script extras/base16-darkearth.sh
5353-<extras/base16-darkearth.sh> that can be used to set shell colors.
5454-5555-Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
5656-5757-vim:tw=78:ts=8:noet:ft=help:norl: