pull/217/head
vinceliuice 3 years ago
parent d5eff964e3
commit a353bc4b78

@ -362,8 +362,8 @@ clean_theme() {
link_theme() {
for theme in "${themes[@]}"; do
for color in "${COLOR_VARIANTS[2]}"; do
for size in "${SIZE_VARIANTS[0]}"; do
for color in "${colors[2]}"; do
for size in "${sizes[0]}"; do
link_libadwaita "${dest:-$DEST_DIR}" "${_name:-$THEME_NAME}" "$theme" "$color" "$size"
done
done

Loading…
Cancel
Save