diff --git a/rpi/first-boot-wizard.sh b/rpi/first-boot-wizard.sh index fd94171..12b428a 100755 --- a/rpi/first-boot-wizard.sh +++ b/rpi/first-boot-wizard.sh @@ -26,6 +26,12 @@ if ! command -v gum &>/dev/null; then exit 1 fi +# Gum styling - lime green buttons +export GUM_CONFIRM_SELECTED_BACKGROUND="82" +export GUM_CONFIRM_SELECTED_FOREGROUND="0" +export GUM_CONFIRM_UNSELECTED_BACKGROUND="" +export GUM_CONFIRM_UNSELECTED_FOREGROUND="245" + clear # =============================================================================