https://github.com/bjarneo/ash.nvim
Ash neovim color scheme
https://github.com/bjarneo/ash.nvim
neovim neovim-plugin neovim-theme neovim-theme-dark neovim-theme-lua
Last synced: 10 months ago
JSON representation
Ash neovim color scheme
- Host: GitHub
- URL: https://github.com/bjarneo/ash.nvim
- Owner: bjarneo
- Created: 2025-07-25T16:12:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-07T06:24:42.000Z (10 months ago)
- Last Synced: 2025-08-07T08:19:08.499Z (10 months ago)
- Topics: neovim, neovim-plugin, neovim-theme, neovim-theme-dark, neovim-theme-lua
- Language: Lua
- Homepage:
- Size: 1.45 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ash
A simple, elegant, and dark theme for Neovim.
>A whisper soft, a final sigh,
>Of embers fading, where flames danced high.
>A silver ghost on the hearthstone laid,
>A memory of the fire's parade.
>This is the ash, the soft and grey,
>The quiet end of a burning day.
## Installation
Install with your favorite plugin manager.
### lazy.nvim
Add the following to your `lazy.nvim` configuration:
```lua
{
"bjarneo/ash.nvim",
priority = 1000,
config = function()
vim.cmd([[colorscheme ash]])
end,
}
```
## Usage
To use the theme, add the following to your `init.lua`:
```lua
vim.cmd.colorscheme "ash"
```