Skip to content

DanVicenteIhanus/cobaltnext.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌌 cobaltnext.nvim

A Neovim colorscheme based on the CobaltNext VSCode Themes.

In this fork, we restructured the plugin to support both the original Dark variant as well as the Default Cobalt Next palette.

Previews

Default (Cobalt Next)

Cobalt Next Default

Dark (Cobalt Next Dark)

Cobalt Next Dark

Installation (lazy.nvim)

{
  "DanVicenteIhanus/cobaltnext.nvim",
  name = "cobaltnext",
  lazy = false,
  priority = 1000,
  config = function()
    -- Load your preferred variant here
    vim.cmd.colorscheme("cobaltnext") 
  end,
}

Usage

Because this fork supports multiple palettes, you can hot-swap between them on the fly without restarting Neovim:

" Load the Default Cobalt Next palette
:colorscheme cobaltnext

" Load the Cobalt Next Dark palette
:colorscheme cobaltnext_dark

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 100.0%