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

colorschemes/modus: migrate to by-name

This commit is contained in:
Heitor Augusto 2025-11-02 19:46:45 -03:00
parent 36103c436c
commit 0844790396
No known key found for this signature in database
GPG key ID: 3EEC05B0024AF8A4
3 changed files with 0 additions and 1 deletions

View file

@ -1,27 +0,0 @@
{
empty = {
colorschemes.modus.enable = true;
};
defaults = {
colorschemes.modus = {
enable = true;
settings = {
style = "modus_operandi";
variant = "default";
transparent = false;
dim_inactive = false;
hide_inactive_statusline = false;
styles = {
comments.italic = true;
keywords.italic = true;
functions.__empty = { };
variables.__empty = { };
};
on_colors = "function(colors) end";
on_highlights = "function(highlights, colors) end";
};
};
};
}