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.
Install with your favorite plugin manager.
Add the following to your lazy.nvim
configuration:
{
"bjarneo/ash.nvim",
priority = 1000,
config = function()
vim.cmd([[colorscheme ash]])
end,
}
To use the theme, add the following to your init.lua
:
vim.cmd.colorscheme "ash"