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.

docs: auto-generate vimdoc

+14 -5
+14 -5
doc/darkearth-nvim.txt
··· 8 8 - Build or Modify |darkearth-nvim-build-or-modify| 9 9 - Extras |darkearth-nvim-extras| 10 10 - Inspiration |darkearth-nvim-inspiration| 11 - DarkEarthA dark and earthy colorscheme for Neovim. 11 + DarkEarthA dark and earthy colorscheme for Neovim.DarkEarth also comes with a light variant, LightEarth. 12 + 13 + 12 14 INSTALLATION *darkearth-nvim-installation* 13 15 14 16 Lazy: ··· 30 32 USAGE *darkearth-nvim-usage* 31 33 32 34 >lua 35 + -- DarkEarth 33 36 vim.cmd.colorscheme("darkearth") 37 + 38 + -- LightEarth 39 + vim.cmd.colorscheme("lightearth") 34 40 < 35 41 36 42 37 43 BUILD OR MODIFY *darkearth-nvim-build-or-modify* 38 44 39 45 1. fennel <https://github.com/bakpakin/Fennel> or hotpot.nvim <https://github.com/rktjmp/hotpot.nvim/tree/main> is installed 40 - 2. Modify fnl/darkearth/init.fnl <fnl/darkearth/init.fnl> as desired 41 - 3. Rebuild the colorscheme- With `fennel`: Use `./build.sh` or `just build` 42 - - With `hotpot.nvim`: Builds are automatic upon saving `fnl/darkearth/init.fnl` 46 + 2. Modify the source files as desired:- Shared highlight groups are defined in fnl/earth/macros.fnl <fnl/earth/macros.fnl> 47 + - Theme-specific colors and overrides are in fnl/darkearth/init.fnl <fnl/darkearth/init.fnl> and fnl/lightearth/init.fnl <fnl/lightearth/init.fnl> 48 + 49 + 50 + 3. Rebuild the colorschemes- With `fennel`: Use `./build.sh` or `just build` 51 + - With `hotpot.nvim`: Builds are automatic upon saving 43 52 44 53 45 54 46 - Note: The version of darkearth made with lush 55 + Note: The version of darkearth built with lush 47 56 <https://github.com/rktjmp/lush.nvim> can be found on the v1 branch 48 57 <https://github.com/ptdewey/darkearth-nvim/tree/v1> 49 58