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.

updated README

+23 -5
+23 -5
README.md
··· 1 - # DarkEarth Nvim 2 - An dark and earthy color scheme for Neovim. 3 - 4 - ![](assets/screenshot-1.png) 1 + # darkearth-nvim 2 + An dark and earthy colorscheme for Neovim. 5 3 6 4 Based on [miasma.nvim](https://github.com/xero/miasma.nvim), and built with [lush](https://github.com/rktjmp/lush.nvim). 7 5 6 + ![](assets/screenshot-1.png) 7 + 8 8 ## Installation 9 9 10 10 Lazy: ··· 15 15 }, 16 16 ``` 17 17 18 + Packer: 19 + ```lua 20 + use { 21 + "ptdewey/darkearth-nvim", 22 + } 23 + ``` 24 + 25 + ## Usage 26 + ```lua 27 + -- enable the colorscheme 28 + vim.cmd.colorscheme("darkearth") 29 + ``` 30 + 31 + ## Build/Modify Colorscheme 32 + 1. Ensure [lush.nvim](https://github.com/rktjmp/lush.nvim) and [shipwright.nvim](https://github.com/rktjmp/shipwright.nvim) are installed 33 + 2. Add new modifications to [lush_theme/darkearth.lua](lush_theme/darkearth.lua) 34 + 3. Rebuild the colorscheme by running `./build.sh` 35 + 18 36 ## Disclaimer 19 - This color scheme is early in development and things are subject to change. 37 + This color scheme is fairly early in development and things are subject to change. (Changes will primarily be new additions)