diff --git a/rpi/first-boot-wizard.sh b/rpi/first-boot-wizard.sh index cbe5524..f4da2cf 100755 --- a/rpi/first-boot-wizard.sh +++ b/rpi/first-boot-wizard.sh @@ -26,9 +26,10 @@ if ! command -v gum &>/dev/null; then exit 1 fi -# Gum styling - lime green buttons with white text +# Gum styling - lime green buttons with bold dark text export GUM_CONFIRM_SELECTED_BACKGROUND="82" export GUM_CONFIRM_SELECTED_FOREGROUND="232" +export GUM_CONFIRM_SELECTED_BOLD="true" export GUM_CONFIRM_UNSELECTED_BACKGROUND="238" export GUM_CONFIRM_UNSELECTED_FOREGROUND="255"