yes
This commit is contained in:
parent
870c6176c6
commit
b24763471f
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user