changeset 565:15992f10ced3

core/etc: use a more appropriate color
author David Demelier <markand@malikania.fr>
date Fri, 05 Jul 2019 19:32:51 +0200
parents 79f1635bda5f
children ddb052f876cd
files core/etc/rc.init
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/etc/rc.init	Fri Jul 05 19:29:08 2019 +0200
+++ b/core/etc/rc.init	Fri Jul 05 19:32:51 2019 +0200
@@ -22,7 +22,7 @@
 fi
 
 if [ "${BANNER:-yes}" = "yes" ]; then
-	printf "\nWelcome to \033[34mVanilla Linux\033[0m\n\n"
+	printf "\nWelcome to \033[33;1mVanilla Linux\033[0m\n\n"
 fi
 
 if [ -n "$HOSTNAME" ] && [ -x /bin/hostname ]; then