Skip to content

bjarneo/ash.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ash

A simple, elegant, and dark theme for Neovim.

Ash Theme Preview

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:

{
  "bjarneo/ash.nvim",
  priority = 1000,
  config = function()
    vim.cmd([[colorscheme ash]])
  end,
}

Usage

To use the theme, add the following to your init.lua:

vim.cmd.colorscheme "ash"

Languages