···11+*darkearth-nvim.txt* For Neovim >= 0.7.0 Last change: 2024 June 11
22+33+==============================================================================
44+Table of Contents *darkearth-nvim-table-of-contents*
55+66+1. darkearth-nvim |darkearth-nvim-darkearth-nvim|
77+ - Installation |darkearth-nvim-darkearth-nvim-installation|
88+ - Usage |darkearth-nvim-darkearth-nvim-usage|
99+ - Build/Modify Colorscheme|darkearth-nvim-darkearth-nvim-build/modify-colorscheme|
1010+ - base16 Colorscheme |darkearth-nvim-darkearth-nvim-base16-colorscheme|
1111+ - Disclaimer |darkearth-nvim-darkearth-nvim-disclaimer|
1212+2. Links |darkearth-nvim-links|
1313+1414+==============================================================================
1515+1. darkearth-nvim *darkearth-nvim-darkearth-nvim*
1616+1717+A dark and earthy colorscheme for Neovim.
1818+1919+Based on miasma.nvim <https://github.com/xero/miasma.nvim>, and built with lush
2020+<https://github.com/rktjmp/lush.nvim>.
2121+2222+2323+2424+2525+INSTALLATION *darkearth-nvim-darkearth-nvim-installation*
2626+2727+Lazy:
2828+2929+>lua
3030+ {
3131+ "ptdewey/darkearth-nvim",
3232+ priority = 1000,
3333+ },
3434+<
3535+3636+Packer:
3737+3838+>lua
3939+ use {
4040+ "ptdewey/darkearth-nvim",
4141+ }
4242+<
4343+4444+4545+USAGE *darkearth-nvim-darkearth-nvim-usage*
4646+4747+>lua
4848+ -- enable the colorscheme
4949+ vim.cmd.colorscheme("darkearth")
5050+<
5151+5252+5353+BUILD/MODIFY COLORSCHEME*darkearth-nvim-darkearth-nvim-build/modify-colorscheme*
5454+5555+1. Ensure lush.nvim <https://github.com/rktjmp/lush.nvim> and shipwright.nvim <https://github.com/rktjmp/shipwright.nvim> are installed
5656+2. Add new modifications to lush_theme/darkearth.lua <lush_theme/darkearth.lua>
5757+3. Rebuild the colorscheme by running `./build.sh`
5858+5959+6060+BASE16 COLORSCHEME *darkearth-nvim-darkearth-nvim-base16-colorscheme*
6161+6262+I have also included a base16 colorscheme script base16-darkearth.sh
6363+<base16-darkearth.sh> that can be used to set shell colors.
6464+6565+6666+DISCLAIMER *darkearth-nvim-darkearth-nvim-disclaimer*
6767+6868+This color scheme is fairly early in development and things are subject to
6969+change. (Changes will primarily be new additions)
7070+7171+==============================================================================
7272+2. Links *darkearth-nvim-links*
7373+7474+1. **: assets/screenshot-0.png
7575+7676+Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
7777+7878+vim:tw=78:ts=8:noet:ft=help:norl: