A Neovim colorscheme ported from Vim Habamax colorscheme.
- Using
vim-plug
:
Plug 'rktjmp/lush.nvim'
Plug 'ntk148v/habamax.nvim'
- Using
packer
:
use { "ntk148v/habamax.nvim", requires={ "rktjmp/lush.nvim" } }
- Using
lazy.nvim
:
{ "ntk148v/habamax.nvim", dependencies={ "rktjmp/lush.nvim" } }
colorscheme habamax.nvim
vim.cmd("colorscheme habamax.nvim")
This colorscheme is always in development and testing. Users are welcome to use it however for programming daily. In case a user spots any bugs or error especially related to the supported plugins, treesitter or built-in LSP highlight support, then they can contribute by opening an issue or by making a pull request. More plugin highlight support is also welcome.
This colorscheme is built with lush.nvim; for more information on Lush and a helper script to setup your repo clone.