colorschemes/moonfly: init

This commit is contained in:
Aidan Welch 2025-06-17 16:30:55 +02:00
parent 534a7ec81f
commit 480fa2fa0f
3 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
empty = {
colorschemes.moonfly.enable = true;
};
defaults = {
colorschemes.moonfly = {
enable = true;
settings = {
Italics = false;
NormalFloat = true;
TerminalColors = true;
Transparent = true;
Undercurls = true;
UnderlineMatchParen = true;
VirtualTextColor = true;
WinSeparator = 1;
};
};
};
}