Add bold text for selected buttons

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-01-04 16:43:20 -05:00
parent 143a8bdc65
commit d8b8e4f5c2

View File

@@ -26,9 +26,10 @@ if ! command -v gum &>/dev/null; then
exit 1 exit 1
fi 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_BACKGROUND="82"
export GUM_CONFIRM_SELECTED_FOREGROUND="232" export GUM_CONFIRM_SELECTED_FOREGROUND="232"
export GUM_CONFIRM_SELECTED_BOLD="true"
export GUM_CONFIRM_UNSELECTED_BACKGROUND="238" export GUM_CONFIRM_UNSELECTED_BACKGROUND="238"
export GUM_CONFIRM_UNSELECTED_FOREGROUND="255" export GUM_CONFIRM_UNSELECTED_FOREGROUND="255"