From c56c7302f21f42daeef5949ac0ffd0e82eaf3f1c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 29 Nov 2018 16:55:47 +0000 Subject: [PATCH] Set whiptail colors to black and white instead of ugly blue and gry ? --- install_yunohost | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/install_yunohost b/install_yunohost index 26079fd..5d80b22 100755 --- a/install_yunohost +++ b/install_yunohost @@ -21,6 +21,17 @@ set -u readonly YUNOHOST_LOG="/var/log/yunohost-installation_$(date +%Y%m%d_%H%M%S).log" +# Custom colors for whiptail +export NEWT_COLORS=' +root=white,black +roottext=white,black +window=white,black +border=white,black +title=white,black +textbox=white,black +button=black,white +' + ############################################################################### # Main functions # ###############################################################################