Skip to content

TheHiddenLayer/karonda.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Click for Pictures!

Supported Plugins

You're welcome to request more plugins.

Install

lazy.nvim

{
  "TheHiddenLayer/karonda",
  dependencies = { "rktjmp/lush.nvim' },
}

packer

use {
  "TheHiddenLayer/karonda",
  requires = { "rktjmp/lush.nvim" }
}

vim-plug:

Plug 'TheHiddenLayer/karonda', { 'branch': 'master' }

Usage

-- lua
vim.opt.termguicolors = true 
vim.cmd 'colorscheme karonda'
" vimscript
set termguicolors=true
colorscheme karonda