Skip to content

bjarneo/snow.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snow

A simple, elegant, and light theme for Neovim.

Snow Theme Preview

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.

Installation

Install with your favorite plugin manager.

lazy.nvim

Add the following to your lazy.nvim configuration:

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

Usage

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

vim.cmd.colorscheme "snow"

Languages