1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Revert "betterbird/thunderbird matugen template"

This reverts commit 6f3019f84b.
This commit is contained in:
bbedward
2025-10-03 16:20:21 -04:00
parent 6f3019f84b
commit 71eecd6e7b
4 changed files with 7 additions and 282 deletions

View File

@@ -108,11 +108,6 @@ build_once() {
cat "$SHELL_DIR/matugen/configs/vesktop.toml" >> "$TMP_CFG"
echo "" >> "$TMP_CFG"
fi
if command -v thunderbird >/dev/null 2>&1 || command -v betterbird >/dev/null 2>&1; then
cat "$SHELL_DIR/matugen/configs/thunderbird.toml" >> "$TMP_CFG"
echo "" >> "$TMP_CFG"
fi
# GTK3 colors based on colloid
COLLOID_TEMPLATE="$SHELL_DIR/matugen/templates/gtk3-colors.css"