mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
TemplateProcessor: fix user-defined template generated colors from predefined colorschemes
This commit is contained in:
@@ -437,7 +437,7 @@ Singleton {
|
||||
"colors": palette
|
||||
}, null, 2) + "\n";
|
||||
script += "EOF\n";
|
||||
script += ` matugen json '${tempJsonPathEsc}' --config '${userConfigPath}' --mode ${mode}\n`;
|
||||
script += ` matugen json '${tempJsonPathEsc}' --config '${userConfigPath}' --mode ${mode} --type ${Settings.data.colorSchemes.matugenSchemeType}\n`;
|
||||
script += "fi";
|
||||
|
||||
return script;
|
||||
|
||||
Reference in New Issue
Block a user