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: expanded README with explanation and new assets

ptdewey 6276f505 4b99ec8b

+16 -7
+16 -7
README.md
··· 1 1 # darkearth-nvim 2 + 2 3 A dark and earthy colorscheme for Neovim. 3 4 5 + <p align="center"> 6 + <img src="assets/color_bar.png" alt="DarkEarth palette"/> 7 + </p> 8 + 4 9 Based on [miasma.nvim](https://github.com/xero/miasma.nvim), and built with [lush](https://github.com/rktjmp/lush.nvim). 10 + Compare to Miasma, darkearth is built to be more colorful overall to reduce sameyness as well as being more centered around browns than grays to enhance the earthiness. 5 11 6 - ![](assets/screenshot-0.png) 12 + <p align="center"> 13 + <img src="assets/screenshot-0.png" alt="DarkEarth theme in neovim"/> 14 + </p> 15 + 7 16 8 17 ## Installation 9 18 ··· 23 32 ``` 24 33 25 34 ## Usage 35 + 26 36 ```lua 27 37 -- enable the colorscheme 28 38 vim.cmd.colorscheme("darkearth") 29 39 ``` 30 40 31 - ## Build/Modify Colorscheme 41 + ## Build and Modify Colorscheme 42 + 32 43 1. Ensure [lush.nvim](https://github.com/rktjmp/lush.nvim) and [shipwright.nvim](https://github.com/rktjmp/shipwright.nvim) are installed 33 44 2. Add new modifications to [lush_theme/darkearth.lua](lush_theme/darkearth.lua) 34 - 3. Rebuild the colorscheme by running `./build.sh` 45 + 3. Rebuild the colorscheme using `./build/build.sh` 35 46 36 47 37 - ## base16 Colorscheme 38 - I have also included a base16 colorscheme script [base16-darkearth.sh](base16-darkearth.sh) that can be used to set shell colors. 48 + ## Base16 Colorscheme 39 49 50 + I have also included a base16 colorscheme script [extras/base16-darkearth.sh](extras/base16-darkearth.sh) that can be used to set shell colors. 40 51 41 - ## Disclaimer 42 - This color scheme is fairly early in development and things are subject to change. (Changes will primarily be new additions)
assets/color_bar.png

This is a binary file and will not be displayed.

base16-darkearth.sh extras/base16-darkearth.sh
build.sh build/build.sh
shipwright_build.lua build/shipwright_build.lua