colors: progress

This commit is contained in:
Charlie Root 2024-09-06 08:38:36 +02:00
commit 8894f7e861

View file

@ -1,8 +1,4 @@
{
config,
lib,
...
}: let
{lib, ...}: let
inherit (lib) mkOption;
inherit (lib.types) str;
in {
@ -10,14 +6,16 @@ in {
colorScheme = {
name = mkOption {
type = str;
default = "catppuccin-mocha";
default = "Catppuccin Mocha";
};
slug = {
type = str;
default = "catppuccin-mocha";
};
variant = {
};
colors = mkOption {
colors =
mkOption {
};
};
};