From ac92fa36b5f65efd0c6ca426cde208f668c5a3e6 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sun, 4 Jan 2026 16:41:39 -0500 Subject: [PATCH] Style gum confirm buttons with lime green MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- rpi/first-boot-wizard.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 # =============================================================================