Skip to content

theKlisha/oolong.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oolong.nvim

A warm color scheme for Neovim [wip]

Instalation

Lazy

{
  "theKlisha/oolong.nvim",
  lazy = false, -- make sure we load this during startup if it is your main colorscheme
  priority = 1000, -- make sure to load this before all the other start plugins
  config = function()
    require("oolong").setup()
  end,
}

Packer

use({
  "theKlisha/oolong.nvim"
  config = function()
    require("oolong").setup()
  end,
})

About

Warm color scheme for Neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages