Skip to content

horanmustaplot/xcarbon.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LESS IS MORE!

XCARBON color!

A minimal neovim colorscheme!

image

image

image

Installation

Lazy

  • lua
{
  "horanmustaplot/xcarbon.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()
    vim.cmd("colorscheme xcarbon")
  end,
}
  • fennel
{1 :horanmustaplot/xcarbon.nvim
 :config (fn [] (vim.cmd "colorscheme xcarbon"))
 :lazy false
 :priority 1000}

Still trying to make it better :)

About

Carbon theme for neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages