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

betterbird/thunderbird matugen template

This commit is contained in:
bbedward
2025-10-03 16:16:47 -04:00
parent e95d3126b2
commit 6f3019f84b
4 changed files with 282 additions and 7 deletions

View File

@@ -108,6 +108,11 @@ 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"