A dark and earthy colorscheme for Neovim. (mirror) github.com/ptdewey/darkearth-nvim
neovim neovim-colorscheme fennel

ci: remove docs generator workflow

-83
-26
.github/workflows/docs.yml
··· 1 - name: Generate Vimdoc 2 - 3 - on: 4 - push: 5 - branches: 6 - - main 7 - 8 - jobs: 9 - docs: 10 - runs-on: ubuntu-latest 11 - steps: 12 - - uses: actions/checkout@v3 13 - - name: panvimdoc 14 - uses: kdheepak/panvimdoc@main 15 - with: 16 - vimdoc: darkearth-nvim 17 - version: "Neovim >= 0.7.0" 18 - demojify: true 19 - treesitter: true 20 - - name: Push changes 21 - uses: stefanzweifel/git-auto-commit-action@v4 22 - with: 23 - commit_message: "auto-generate vimdoc" 24 - commit_user_name: "github-actions[bot]" 25 - commit_user_email: "github-actions[bot]@users.noreply.github.com" 26 - commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
-57
doc/darkearth-nvim.txt
··· 1 - *darkearth-nvim.txt* For Neovim >= 0.7.0 Last change: 2025 August 07 2 - 3 - ============================================================================== 4 - Table of Contents *darkearth-nvim-table-of-contents* 5 - 6 - - Installation |darkearth-nvim-installation| 7 - - Usage |darkearth-nvim-usage| 8 - - Build or Modify |darkearth-nvim-build-or-modify| 9 - - Extras |darkearth-nvim-extras| 10 - DarkEarthA dark and earthy colorscheme for Neovim.Based on miasma.nvim <https://github.com/xero/miasma.nvim>, but reimagined with 11 - earthier tones and more colorful syntax elements. 12 - 13 - Built with lush <https://github.com/rktjmp/lush.nvim>. 14 - 15 - 16 - INSTALLATION *darkearth-nvim-installation* 17 - 18 - Lazy: 19 - 20 - >lua 21 - { 22 - "ptdewey/darkearth-nvim", 23 - priority = 1000, 24 - }, 25 - < 26 - 27 - Packer: 28 - 29 - >lua 30 - use { 31 - "ptdewey/darkearth-nvim", 32 - } 33 - < 34 - 35 - 36 - USAGE *darkearth-nvim-usage* 37 - 38 - >lua 39 - vim.cmd.colorscheme("darkearth") 40 - < 41 - 42 - 43 - BUILD OR MODIFY *darkearth-nvim-build-or-modify* 44 - 45 - 1. Ensure lush.nvim <https://github.com/rktjmp/lush.nvim> and shipwright.nvim <https://github.com/rktjmp/shipwright.nvim> are installed 46 - 2. Modify lush_theme/darkearth.lua <lush_theme/darkearth.lua> 47 - 3. Rebuild the colorscheme using `./build.sh` 48 - 49 - 50 - EXTRAS *darkearth-nvim-extras* 51 - 52 - I have also included a base16 colorscheme script extras/base16-darkearth.sh 53 - <extras/base16-darkearth.sh> that can be used to set shell colors. 54 - 55 - Generated by panvimdoc <https://github.com/kdheepak/panvimdoc> 56 - 57 - vim:tw=78:ts=8:noet:ft=help:norl: