yes
This commit is contained in:
parent
1301fa3071
commit
c21c00e9cf
@ -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.
|
||||
'';
|
||||
|
Loading…
x
Reference in New Issue
Block a user