mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Set whiptail colors to black and white instead of ugly blue and gry ? (#53)
This commit is contained in:
parent
9e49f947d9
commit
58dc9fb731
1 changed files with 11 additions and 0 deletions
|
@ -21,6 +21,17 @@ set -u
|
||||||
|
|
||||||
readonly YUNOHOST_LOG="/var/log/yunohost-installation_$(date +%Y%m%d_%H%M%S).log"
|
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 #
|
# Main functions #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue