A simple, elegant, and light theme for Neovim.
A whisper soft, a silent fall,
Of crystals drifting, heeding winter's call.
A silver blanket, on the dark earth spread,
A memory of the green life fled.
This is the snow, the soft and white,
The quiet dream of a frozen night.
Install with your favorite plugin manager.
Add the following to your lazy.nvim
configuration:
{
"bjarneo/snow.nvim",
priority = 1000,
config = function()
vim.cmd([[colorscheme snow]])
end,
}
To use the theme, add the following to your init.lua
:
vim.cmd.colorscheme "snow"