Style gum confirm buttons with lime green
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -26,6 +26,12 @@ if ! command -v gum &>/dev/null; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
clear
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user