theme/habamax: add neovim builtin theme habamax

This commit is contained in:
Snoweuph 2025-12-14 11:35:21 +01:00
commit 092d00d474
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
3 changed files with 10 additions and 1 deletions

View file

@ -8,6 +8,10 @@
inherit (lib.trivial) boolToString warnIf;
inherit (lib.nvim.lua) toLuaObject;
in {
habamax = {
builtin = true;
setup = _: "vim.cmd('colorscheme habamax')";
};
base16 = {
setup = {base16-colors, ...}: ''
-- Base16 theme