diff --git a/rpi/first-boot-wizard.sh b/rpi/first-boot-wizard.sh index f233919..e6c1ba0 100755 --- a/rpi/first-boot-wizard.sh +++ b/rpi/first-boot-wizard.sh @@ -27,7 +27,7 @@ if ! command -v gum &>/dev/null; then fi # Gum styling - terminal green buttons with bold dark text -export GUM_CONFIRM_SELECTED_BACKGROUND="34" +export GUM_CONFIRM_SELECTED_BACKGROUND="46" export GUM_CONFIRM_SELECTED_FOREGROUND="232" export GUM_CONFIRM_SELECTED_BOLD="true" export GUM_CONFIRM_UNSELECTED_BACKGROUND="238"