Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

DarkEarth


A dark and earthy colorscheme for Neovim.


DarkEarth palette


DarkEarth theme in 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.