yes
This commit is contained in:
parent
870c6176c6
commit
b24763471f
@ -44,14 +44,14 @@ in {
|
||||
|
||||
primaryScale = {
|
||||
dark = lib.mkOption {
|
||||
type = lib.types.number;
|
||||
type = lib.types.float;
|
||||
default = 1;
|
||||
description = ''
|
||||
Use this option to scale color values for the generated light theme.
|
||||
'';
|
||||
};
|
||||
light = lib.mkOption {
|
||||
type = lib.types.number;
|
||||
type = lib.types.float;
|
||||
default = 1;
|
||||
description = ''
|
||||
Use this option to scale color values for the generated light theme.
|
||||
|
Loading…
Reference in New Issue
Block a user