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

docs: Update docs

ptdewey b4934a1d 6558b7a1

+11 -4
+3 -1
.gitattributes
··· 1 - colors/darkearth.lua linguist-generated 1 + colors/*.lua linguist-generated 2 + assets/*.sh linguist-generated 3 + extras/*.sh linguist-generated
+8 -3
README.md
··· 12 12 <img src="assets/screenshot-0.png" alt="DarkEarth theme in neovim"/> 13 13 </p> 14 14 15 - Based on [miasma.nvim](https://github.com/xero/miasma.nvim), reimagined with earthier tones and more colorful syntax elements. 16 - 17 15 ## Installation 18 16 19 17 Lazy: ··· 40 38 1. [fennel](https://github.com/bakpakin/Fennel) or [hotpot.nvim](https://github.com/rktjmp/hotpot.nvim/tree/main) is installed 41 39 2. Modify [fnl/darkearth/init.fnl](fnl/darkearth/init.fnl) as desired 42 40 3. Rebuild the colorscheme 43 - - With `fennel`: Use `./build.sh` or `just build` () 41 + - With `fennel`: Use `./build.sh` or `just build` 44 42 - With `hotpot.nvim`: Builds are automatic upon saving `fnl/darkearth/init.fnl` 45 43 46 44 Note: The version of darkearth made with [lush](https://github.com/rktjmp/lush.nvim) can be found on the [v1 branch](https://github.com/ptdewey/darkearth-nvim/tree/v2) ··· 48 46 ## Extras 49 47 50 48 I have also included a base16 colorscheme script [extras/base16-darkearth.sh](extras/base16-darkearth.sh) that can be used to set shell colors. 49 + 50 + ## Inspiration 51 + 52 + - [miasma.nvim](https://github.com/xero/miasma.nvim) (What DarkEarth was originally forked from) 53 + - [Everforest](https://github.com/sainnhe/everforest) 54 + - [GruvBox](https://github.com/morhetz/gruvbox) 55 +