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