cobalt2.nvim icon indicating copy to clipboard operation
cobalt2.nvim copied to clipboard

cobalt2 theme for neovim in Lua using colorbuddy

cobalt2.nvim

Don't stress your eyes now

Lua License Stars

cobalt2 theme for neovim in lua using tjdevries/colorbuddy

show case image

Table of content
  • Features
  • Installation
  • Usage
  • Screenshots
  • Contributing
  • Acknowledgements

Features

Installation

use { 'lalitmee/cobalt2.nvim', requires = 'tjdevries/colorbuddy.nvim' }

Usage

Use the colorscheme by adding these lines according to your config:

  • Vim-Script
lua require('colorbuddy').colorscheme('cobalt2')
  • Lua
require('colorbuddy').colorscheme('cobalt2')

Screenshots

  • telescope.nvim telescope support

  • nvim-notify

    • info notify support
    • warn notify support
    • error notify support
    • debug notify support
    • trace notify support
  • nvim-tree.lua

    nvim-tree support

  • lualine.nvim lualine normal lualine insert lualine visual lualine command lualine replace

  • nvim-cmp nvim-cmp support

  • trouble.nvim trouble.nvim support

  • nvim-hlslens nvim-hlslens support

  • nvim-lsp-installer nvim-lsp-installer support

  • which-key.nvim which-key.nvim support

Contributing

All contributions are welcome! Just open a pull request. Please read this before creating your pull request and follow this to write your commit messages.

Acknowledgements