parent
068e0d406b
commit
8d3e50a677
1 changed files with 6 additions and 0 deletions
|
@ -7,5 +7,11 @@
|
||||||
default = "mocha";
|
default = "mocha";
|
||||||
description = "Global Catppuccin flavour";
|
description = "Global Catppuccin flavour";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
accent = lib.mkOption {
|
||||||
|
type = lib.ctp.types.accentOption;
|
||||||
|
default = "mauve";
|
||||||
|
description = "Global Catppuccin accent";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue