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.

auto-generate vimdoc

+78
+78
doc/darkearth-nvim.txt
··· 1 + *darkearth-nvim.txt* For Neovim >= 0.7.0 Last change: 2024 June 11 2 + 3 + ============================================================================== 4 + Table of Contents *darkearth-nvim-table-of-contents* 5 + 6 + 1. darkearth-nvim |darkearth-nvim-darkearth-nvim| 7 + - Installation |darkearth-nvim-darkearth-nvim-installation| 8 + - Usage |darkearth-nvim-darkearth-nvim-usage| 9 + - Build/Modify Colorscheme|darkearth-nvim-darkearth-nvim-build/modify-colorscheme| 10 + - base16 Colorscheme |darkearth-nvim-darkearth-nvim-base16-colorscheme| 11 + - Disclaimer |darkearth-nvim-darkearth-nvim-disclaimer| 12 + 2. Links |darkearth-nvim-links| 13 + 14 + ============================================================================== 15 + 1. darkearth-nvim *darkearth-nvim-darkearth-nvim* 16 + 17 + A dark and earthy colorscheme for Neovim. 18 + 19 + Based on miasma.nvim <https://github.com/xero/miasma.nvim>, and built with lush 20 + <https://github.com/rktjmp/lush.nvim>. 21 + 22 + 23 + 24 + 25 + INSTALLATION *darkearth-nvim-darkearth-nvim-installation* 26 + 27 + Lazy: 28 + 29 + >lua 30 + { 31 + "ptdewey/darkearth-nvim", 32 + priority = 1000, 33 + }, 34 + < 35 + 36 + Packer: 37 + 38 + >lua 39 + use { 40 + "ptdewey/darkearth-nvim", 41 + } 42 + < 43 + 44 + 45 + USAGE *darkearth-nvim-darkearth-nvim-usage* 46 + 47 + >lua 48 + -- enable the colorscheme 49 + vim.cmd.colorscheme("darkearth") 50 + < 51 + 52 + 53 + BUILD/MODIFY COLORSCHEME*darkearth-nvim-darkearth-nvim-build/modify-colorscheme* 54 + 55 + 1. Ensure lush.nvim <https://github.com/rktjmp/lush.nvim> and shipwright.nvim <https://github.com/rktjmp/shipwright.nvim> are installed 56 + 2. Add new modifications to lush_theme/darkearth.lua <lush_theme/darkearth.lua> 57 + 3. Rebuild the colorscheme by running `./build.sh` 58 + 59 + 60 + BASE16 COLORSCHEME *darkearth-nvim-darkearth-nvim-base16-colorscheme* 61 + 62 + I have also included a base16 colorscheme script base16-darkearth.sh 63 + <base16-darkearth.sh> that can be used to set shell colors. 64 + 65 + 66 + DISCLAIMER *darkearth-nvim-darkearth-nvim-disclaimer* 67 + 68 + This color scheme is fairly early in development and things are subject to 69 + change. (Changes will primarily be new additions) 70 + 71 + ============================================================================== 72 + 2. Links *darkearth-nvim-links* 73 + 74 + 1. **: assets/screenshot-0.png 75 + 76 + Generated by panvimdoc <https://github.com/kdheepak/panvimdoc> 77 + 78 + vim:tw=78:ts=8:noet:ft=help:norl: