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:
parent
36103c436c
commit
0844790396
3 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue