Blueprint has a brand new logo and errors are red now.
Remember the Blueprint error screen? Instead of being blue, it's red now. Makes it a little bit easier to understand. Also, the new look is here, with a brand new website as well. Great stuff!
This commit is contained in:
parent
51fb0cbb63
commit
e70ee534e2
3 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
## ◆ teamblueprint/main
|
## ![](https://i.imgur.com/SsOU6r8.png) teamblueprint/main
|
||||||
[Discord ➚](https://discord.gg/CUwHwv6xRe)\
|
[Discord ➚](https://discord.gg/CUwHwv6xRe)\
|
||||||
[Documentation ➚](https://ptero.shop/docs)
|
[Documentation ➚](https://ptero.shop/docs)
|
||||||
|
|
||||||
|
|
12
blueprint.sh
12
blueprint.sh
|
@ -56,16 +56,16 @@ fi;
|
||||||
|
|
||||||
export NEWT_COLORS='
|
export NEWT_COLORS='
|
||||||
root=,black
|
root=,black
|
||||||
window=black,blue
|
window=black,red
|
||||||
title=white,blue
|
title=white,red
|
||||||
border=blue,blue
|
border=red,red
|
||||||
textbox=white,blue
|
textbox=white,red
|
||||||
listbox=white,black
|
listbox=white,black
|
||||||
button=white,blue
|
button=white,red
|
||||||
';
|
';
|
||||||
|
|
||||||
error() {
|
error() {
|
||||||
whiptail --title " ◆ " --ok-button "ok" --msgbox "Sorry, this operation could not be completed. For troubleshooting, please go to ptero.shop/error.\n\n\"${1}\"" 15 60;
|
whiptail --title " Blueprint " --ok-button "ok" --msgbox "Sorry, this operation could not be completed. For troubleshooting, please go to ptero.shop/error.\n\n\"${1}\"" 15 60;
|
||||||
log_red "${1}";
|
log_red "${1}";
|
||||||
exit 1;
|
exit 1;
|
||||||
};
|
};
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 40 KiB |
Loading…
Reference in a new issue