From f80c3cb3f16e29d659ec8f9c2621e3e9c3719a30 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 27 Aug 2026 11:45:14 +0200 Subject: [PATCH] install: paint spinner and msg_info purple to match the runtime palette --- install_proxmenux.sh | 2 +- install_proxmenux_beta.sh | 2 +- scripts/utils.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index c13b3c96..59302c33 100755 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -71,7 +71,7 @@ DARK_GRAY="\033[38;5;244m" ORANGE="\033[38;5;208m" YW="\033[33m" YWB="\033[1;33m" -MG="\033[35m" +MG="\033[1;35m" GN="\033[1;92m" RD="\033[01;31m" CL="\033[m" diff --git a/install_proxmenux_beta.sh b/install_proxmenux_beta.sh index e0598fe8..ed6796bd 100644 --- a/install_proxmenux_beta.sh +++ b/install_proxmenux_beta.sh @@ -64,7 +64,7 @@ ORANGE="\033[38;5;208m" GN="\033[1;92m" YW="\033[33m" YWB="\033[1;33m" -MG="\033[35m" +MG="\033[1;35m" RD="\033[01;31m" BL="\033[36m" CL="\033[m" diff --git a/scripts/utils.sh b/scripts/utils.sh index fb30c134..38ebdb20 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -51,7 +51,7 @@ DARK_GRAY="\033[38;5;244m" ORANGE="\033[38;5;208m" YW="\033[33m" YWB="\033[1;33m" -MG="\033[35m" +MG="\033[1;35m" GN="\033[1;92m" RD="\033[01;31m" CL="\033[m"