diff --git a/repo.sh b/repo.sh
index 19ebf960f183c73ff191d767ec6d63a62220bca8..5084f866b70fccaad32219dec4adc403d8412a8e 100755
--- a/repo.sh
+++ b/repo.sh
@@ -24,7 +24,7 @@ for recipe in $recipes
 do
     if [ ! -d "recipes/$recipe/source/" ]
     then
-        echo -e "\033[01;38;5;215mrepo - fetching $recipe\033[0m" >&2
+        echo -e "\033[01;38;5;155mrepo - fetching $recipe\033[0m" >&2
         ./cook.sh "$recipe" fetch
     fi