1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-24 09:51:00 +01:00

colorschemes/moonfly: migrate to by-name

This commit is contained in:
Heitor Augusto 2025-11-02 19:46:46 -03:00 committed by Gaétan Lepage
parent 8a71fb286b
commit f8586fbff4
3 changed files with 0 additions and 1 deletions

View file

@ -1,22 +0,0 @@
{
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;
};
};
};
}