diff --git a/functions/_set_whiptail_colors_bg_yellow.sh b/functions/_set_whiptail_colors_bg_magenta.sh similarity index 82% rename from functions/_set_whiptail_colors_bg_yellow.sh rename to functions/_set_whiptail_colors_bg_magenta.sh index 4d307e0..40d046c 100644 --- a/functions/_set_whiptail_colors_bg_yellow.sh +++ b/functions/_set_whiptail_colors_bg_magenta.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -function _set_whiptail_colors_bg_yellow { +function _set_whiptail_colors_bg_magenta { export NEWT_COLORS=' - root=white,yellow + root=white,magenta window=white,lightgray border=black,lightgray shadow=white,black @@ -25,5 +25,5 @@ function _set_whiptail_colors_bg_yellow { ' } -export -f _set_whiptail_colors_bg_yellow +export -f _set_whiptail_colors_bg_magenta diff --git a/install.sh b/install.sh index 9b94a5c..ada8ca5 100755 --- a/install.sh +++ b/install.sh @@ -119,7 +119,7 @@ done # Prompt user to choose which website components to install while true; do - _set_whiptail_colors_bg_yellow # Set whiptail BG color to yellow for selection of components + _set_whiptail_colors_bg_magenta # Set whiptail BG color to magenta for selection of components website_components=$(whiptail --title "COMPONENTS SELECTION" --checklist \ "\n Choose which website components to install\ \n (ARROW KEYS to move, SPACE to select,\