From fab50e518eab8eb1db8df18eb932b819869999f8 Mon Sep 17 00:00:00 2001 From: torfstack Date: Sun, 21 Aug 2022 13:49:54 +0200 Subject: [PATCH] use predictable color (if specified) to link adwaita --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fd60cd9a..215af647 100755 --- a/install.sh +++ b/install.sh @@ -538,7 +538,7 @@ link_libadwaita() { link_theme() { for theme in "${themes[@]}"; do - for color in "${colors[1]}"; do + for color in "${colors[0]}"; do for size in "${sizes[@]}"; do link_libadwaita "${dest:-$DEST_DIR}" "${_name:-$THEME_NAME}" "$theme" "$color" "$size" "$ctype" done