Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 1.86 KB

File metadata and controls

63 lines (52 loc) · 1.86 KB

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