This commit is contained in:
Louis Dalibard 2024-12-24 16:08:09 +01:00
parent 870c6176c6
commit b24763471f

View File

@ -44,14 +44,14 @@ in {
primaryScale = { primaryScale = {
dark = lib.mkOption { dark = lib.mkOption {
type = lib.types.number; type = lib.types.float;
default = 1; default = 1;
description = '' description = ''
Use this option to scale color values for the generated light theme. Use this option to scale color values for the generated light theme.
''; '';
}; };
light = lib.mkOption { light = lib.mkOption {
type = lib.types.number; type = lib.types.float;
default = 1; default = 1;
description = '' description = ''
Use this option to scale color values for the generated light theme. Use this option to scale color values for the generated light theme.