From 0d4a045e1c11fa0f904a0f77f56559ac038bb2aa Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Wed, 8 Oct 2025 22:05:27 -0700 Subject: [PATCH] bin/setup: enpurple step headings --- bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup b/bin/setup index 809ec748e..1abc9b0cc 100755 --- a/bin/setup +++ b/bin/setup @@ -30,7 +30,7 @@ step() { local step_name="$1" shift - gum style --foreground 33 --bold "▸ $step_name" + gum style --foreground 135 --bold "▸ $step_name" gum style --foreground 240 "$*" if $no_spin; then