Skip to content

wurli/cobalt.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

46 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

cobalt.nvim

A (mostly) faithful port of the classic blue theme from TextMate. There are many great themes for Neovim out there, but I've not yet found one as easy on the eyes as this.

cobalt.nvim in action

Features

  • Extensive support for TreeSitter syntax highlighting, and many popular plugins
  • Compilation to lua byte code for super fast startup times

Installation/usage:

Install with your favorite package manager:

lazy.nvim:

{
    "wurli/cobalt.nvim",
    lazy = false,
    priority = 1000,
    opts = {}
}

Usage

vim.cmd[[colorscheme cobalt]]

Acknowledgements

The implementation of this plugin is based on kanagawa.nvim by Tommaso Laurenzi.

See also

About

A Neovim port of the classic blue theme from TextMate ๐Ÿ’™

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published