mini/base16: init

This commit is contained in:
LilleAila 2025-01-17 19:08:50 +01:00
commit c52e3c0507
No known key found for this signature in database
GPG key ID: D1ACCDCF2B9B9799
5 changed files with 32 additions and 0 deletions

View file

@ -3,5 +3,6 @@
./ai
./align
./animate
# ./base16 # NOTE: configured in theme/
];
}

View file

@ -12,6 +12,14 @@ in {
require('base16-colorscheme').setup(${toLuaObject base16-colors})
'';
};
mini-base16 = {
setup = {base16-colors, ...}: ''
-- Base16 theme
require('mini.base16').setup({
palette = ${toLuaObject base16-colors}
})
'';
};
onedark = {
setup = {style ? "dark", ...}: ''
-- OneDark theme