Boot animation color improvements

This commit is contained in:
Tad 2018-06-24 10:18:19 -04:00
parent bfa7e90d5e
commit 0eeea28907
4 changed files with 4 additions and 3 deletions

View file

@ -36,6 +36,7 @@ export NON_COMMERCIAL_USE_PATCHES=false; #Switch to false to prevent inclusion o
export REBRAND_NAME="DivestOS";
export REBRAND_ZIP_PREFIX="divested";
export REBRAND_BOOTANIMATION_FONT="Fira-Sans-Bold"; #Options: $ convert -list font
export REBRAND_BOOTANIMATION_COLOR="#FF5722-#FFAB91";
export REBRAND_LEGAL="https://divestos.xyz/index.php?page=privacy_policy";
#END OF USER CONFIGURABLE OPTIONS