Set whiptail colors to black and white instead of ugly blue and gry ?

This commit is contained in:
Alexandre Aubin 2018-11-29 16:55:47 +00:00
parent 9e49f947d9
commit c56c7302f2

View file

@ -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 #
###############################################################################