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.
- Extensive support for
TreeSitter
syntax highlighting, and many popular plugins - Compilation to lua byte code for super fast startup times
Install with your favorite package manager:
{
"wurli/cobalt.nvim",
lazy = false,
priority = 1000,
opts = {}
}
vim.cmd[[colorscheme cobalt]]
The implementation of this plugin is based on kanagawa.nvim by Tommaso Laurenzi.