From b7d86201cac092e166303a0f1f816e683cdbd642 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sun, 4 Jan 2026 16:46:07 -0500 Subject: [PATCH] Use bright green (46) for buttons 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"