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.

doc: updated README

+4 -6
+4 -6
README.md
··· 1 - <h1 align="center">DarkEarth Neovim</h1> 1 + <h1 align="center">DarkEarth</h1> 2 2 3 3 <p align="center"> 4 4 A dark and earthy colorscheme for Neovim. ··· 8 8 <img src="assets/color_bar.png" alt="DarkEarth palette"/> 9 9 </p> 10 10 11 - Based on [miasma.nvim](https://github.com/xero/miasma.nvim), and built with [lush](https://github.com/rktjmp/lush.nvim). 12 - Compared 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. 11 + Based on [miasma.nvim](https://github.com/xero/miasma.nvim), but reimagined with earthier tones and more colorful syntax elements. 12 + Built with [lush](https://github.com/rktjmp/lush.nvim). 13 13 14 14 <p align="center"> 15 15 <img src="assets/screenshot-0.png" alt="DarkEarth theme in neovim"/> ··· 36 36 ## Usage 37 37 38 38 ```lua 39 - -- enable the colorscheme 40 39 vim.cmd.colorscheme("darkearth") 41 40 ``` 42 41 43 42 ## Build or Modify 44 43 45 44 1. Ensure [lush.nvim](https://github.com/rktjmp/lush.nvim) and [shipwright.nvim](https://github.com/rktjmp/shipwright.nvim) are installed 46 - 2. Add new modifications to [lush_theme/darkearth.lua](lush_theme/darkearth.lua) 45 + 2. Modify [lush_theme/darkearth.lua](lush_theme/darkearth.lua) 47 46 3. Rebuild the colorscheme using `./build.sh` 48 47 49 48 50 49 ## Extras 51 50 52 51 I have also included a base16 colorscheme script [extras/base16-darkearth.sh](extras/base16-darkearth.sh) that can be used to set shell colors. 53 -