dalefrancum / cobalt2-nvim

cobalt2 theme for neovim in Lua using colorbuddy

Home Page:https://github.com/lalitmee/cobalt2.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cobalt2.nvim

Don't stress your eyes now

Lua License Stars

cobalt2 theme for neovim in lua using tjdevries/colorbuddy

show case

Table of content

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

Screenshots have been moved to wiki

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

About

cobalt2 theme for neovim in Lua using colorbuddy

https://github.com/lalitmee/cobalt2.nvim

License:MIT License


Languages

Language:Lua 99.6%Language:JavaScript 0.3%Language:Vim Script 0.1%