Merge pull request #72 from torfstack/link-adwaita-correct-color

use predictable color (if specified) to link adwaita
This commit is contained in:
Vince
2022-08-22 08:52:14 +08:00
committed by GitHub

View File

@@ -538,7 +538,7 @@ link_libadwaita() {
link_theme() { link_theme() {
for theme in "${themes[@]}"; do for theme in "${themes[@]}"; do
for color in "${colors[1]}"; do for color in "${colors[0]}"; do
for size in "${sizes[@]}"; do for size in "${sizes[@]}"; do
link_libadwaita "${dest:-$DEST_DIR}" "${_name:-$THEME_NAME}" "$theme" "$color" "$size" "$ctype" link_libadwaita "${dest:-$DEST_DIR}" "${_name:-$THEME_NAME}" "$theme" "$color" "$size" "$ctype"
done done