change accepted type to float (#1021)

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
DADA30000
2025-06-22 21:46:56 +03:00
committed by GitHub
parent 0c2bcb773c
commit 2c0c66a8dd

View File

@@ -605,7 +605,7 @@ in
theme.font.size = mkStrOption "1.2rem";
theme.font.weight = mkIntOption 600;
theme.matugen = mkBoolOption false;
theme.matugen_settings.contrast = mkIntOption 0;
theme.matugen_settings.contrast = mkFloatOption 0.0;
theme.matugen_settings.mode = mkStrOption "dark";
theme.matugen_settings.scheme_type = mkStrOption "tonal-spot";
theme.matugen_settings.variation = mkStrOption "standard_1";