This commit is contained in:
Louis Dalibard 2024-12-24 16:17:49 +01:00
parent 1301fa3071
commit c21c00e9cf

View File

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