diff config @ 485:b0438691e9e1

Move color selection into ./config. (The default colors don't look great on a white background.)
author Rob Landley <rob@landley.net>
date Fri, 14 Nov 2008 19:20:24 -0600
parents 3e9d715e4a11
children 3cebbc0b0723
line wrap: on
line diff
--- a/config	Fri Nov 14 16:01:24 2008 -0600
+++ b/config	Fri Nov 14 19:20:24 2008 -0600
@@ -32,3 +32,12 @@
 # Try development versions of these packages
 
 # export USE_UNSTABLE=uClibc,busybox,toybox
+
+# If you'd like to change colors, do so here.  If you want to eliminate colors,
+# comment these out.
+
+export DOWNLOAD_COLOR="\e[34m"
+export HOST_COLOR="\e[37m"
+export CROSS_COLOR="\e[33m"
+export NATIVE_COLOR="\e[35m"
+export PACKAGE_COLOR="\e[36m"