colors: progress
This commit is contained in:
parent
841db5d0ca
commit
8894f7e861
1 changed files with 10 additions and 12 deletions
|
@ -1,24 +1,22 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkOption;
|
||||
inherit (lib.types) str;
|
||||
{lib, ...}: let
|
||||
inherit (lib) mkOption;
|
||||
inherit (lib.types) str;
|
||||
in {
|
||||
options.modules.style = {
|
||||
colorScheme = {
|
||||
name = mkOption {
|
||||
type = str;
|
||||
default = "catppuccin-mocha";
|
||||
type = str;
|
||||
default = "Catppuccin Mocha";
|
||||
};
|
||||
slug = {
|
||||
type = str;
|
||||
default = "catppuccin-mocha";
|
||||
};
|
||||
variant = {
|
||||
};
|
||||
colors = mkOption {
|
||||
|
||||
};
|
||||
colors =
|
||||
mkOption {
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue