From 07b0bc0b759976aa6bf6563fe2a19e59236beee5 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sun, 4 Jan 2026 16:45:44 -0500 Subject: [PATCH] Use terminal green (34) instead of lime (82) 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpi/first-boot-wizard.sh b/rpi/first-boot-wizard.sh index f4da2cf..f233919 100755 --- a/rpi/first-boot-wizard.sh +++ b/rpi/first-boot-wizard.sh @@ -26,8 +26,8 @@ if ! command -v gum &>/dev/null; then exit 1 fi -# Gum styling - lime green buttons with bold dark text -export GUM_CONFIRM_SELECTED_BACKGROUND="82" +# Gum styling - terminal green buttons with bold dark text +export GUM_CONFIRM_SELECTED_BACKGROUND="34" export GUM_CONFIRM_SELECTED_FOREGROUND="232" export GUM_CONFIRM_SELECTED_BOLD="true" export GUM_CONFIRM_UNSELECTED_BACKGROUND="238"