https://github.com/ptdewey/darkearth-nvim
A dark and earthy colorscheme for Neovim.
https://github.com/ptdewey/darkearth-nvim
neovim neovim-colorscheme neovim-lua neovim-plugin
Last synced: about 1 month ago
JSON representation
A dark and earthy colorscheme for Neovim.
- Host: GitHub
- URL: https://github.com/ptdewey/darkearth-nvim
- Owner: ptdewey
- License: mit
- Created: 2024-04-05T14:12:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-27T13:55:25.000Z (about 2 months ago)
- Last Synced: 2025-05-12T04:41:23.197Z (about 1 month ago)
- Topics: neovim, neovim-colorscheme, neovim-lua, neovim-plugin
- Language: Lua
- Homepage:
- Size: 1.1 MB
- Stars: 53
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neovim - ptdewey/darkearth-nvim - A dark and earthy colorscheme supporting Tree-sitter and LSP. (Colorscheme / Tree-sitter Supported Colorscheme)
- awesome-neovim-sorted - ptdewey/darkearth-nvim
- awesome-neovim-sorted - ptdewey/darkearth-nvim
README
DarkEarth
A dark and earthy colorscheme for Neovim.
![]()
![]()
Based on [miasma.nvim](https://github.com/xero/miasma.nvim), but reimagined with earthier tones and more colorful syntax elements.
Built with [lush](https://github.com/rktjmp/lush.nvim).
## Installation
Lazy:
```lua
{
"ptdewey/darkearth-nvim",
priority = 1000,
},
```Packer:
```lua
use {
"ptdewey/darkearth-nvim",
}
```## Usage
```lua
vim.cmd.colorscheme("darkearth")
```## Build or Modify
1. Ensure [lush.nvim](https://github.com/rktjmp/lush.nvim) and [shipwright.nvim](https://github.com/rktjmp/shipwright.nvim) are installed
2. Modify [lush_theme/darkearth.lua](lush_theme/darkearth.lua)
3. Rebuild the colorscheme using `./build.sh`## Extras
I have also included a base16 colorscheme script [extras/base16-darkearth.sh](extras/base16-darkearth.sh) that can be used to set shell colors.