From 58dc9fb7311856aa1216ce59c52127093e48b948 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 2 Dec 2018 02:22:05 +0100 Subject: [PATCH] Set whiptail colors to black and white instead of ugly blue and gry ? (#53) --- 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 # ###############################################################################