1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-30 00:12:50 -05:00

Revert "aggressive colors"

This reverts commit 32e9f481bc.
This commit is contained in:
bbedward
2025-08-21 09:17:54 -04:00
parent 32e9f481bc
commit 1a8766a291
3 changed files with 34 additions and 34 deletions

View File

@@ -201,7 +201,7 @@ elif [ "$MODE" = "generate-color" ]; then
echo "Generating system themes from color: $INPUT_SOURCE"
echo "Using config: $SHELL_DIR/matugen-config.toml"
if ! matugen -v -c matugen-config.toml color hex "$INPUT_SOURCE" --type scheme-fidelity; then
if ! matugen -v -c matugen-config.toml color hex "$INPUT_SOURCE"; then
echo "Failed to generate system themes with matugen" >&2
exit 1
fi