Merge branch 'v0.8' into notashelf/push-unvwonkswwyo

This commit is contained in:
raf 2026-01-27 10:45:56 +03:00 committed by GitHub
commit 7168905378
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
157 changed files with 6723 additions and 4555 deletions

View file

@ -312,4 +312,13 @@ in {
vim.cmd.colorscheme("everforest")
'';
};
mellow = {
setup = {transparent ? false, ...}: ''
-- Mellow configuration
vim.g.mellow_transparent = ${boolToString transparent}
vim.cmd.colorscheme("mellow")
'';
};
}