From a353bc4b7809494905bc9d8fc427c3f70205379b Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Wed, 1 Jun 2022 01:02:59 +0800 Subject: [PATCH] update --- core.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core.sh b/core.sh index 9501c5c..4403ec4 100755 --- a/core.sh +++ b/core.sh @@ -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