Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T23:05:54.000Z (3 months ago)
- Last Synced: 2024-11-02T11:34:50.913Z (3 months ago)
- Topics: neovim, neovim-colorscheme, neovim-lua, neovim-plugin
- Language: Lua
- Homepage:
- Size: 1.09 MB
- Stars: 42
- Watchers: 1
- Forks: 1
- 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)
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.