Set whiptail colors to black and white instead of ugly blue and gry ? (#53)

This commit is contained in:
Alexandre Aubin 2018-12-02 02:22:05 +01:00 committed by GitHub
parent 9e49f947d9
commit 58dc9fb731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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