diff --git a/includes/inc_bash.sh b/includes/inc_bash.sh
index 2a5ba7cfe8e97c35ef75c48de075390ed2951cc1..f8b008860bc1cee3f71be6a0177b01efb0b7f445 100755
--- a/includes/inc_bash.sh
+++ b/includes/inc_bash.sh
@@ -42,9 +42,9 @@ function fetchrc(){
                ;;
       "head")  sColorcode="33" # yellow
                ;;
-      "head2")  sColorcode="36" # purple
+      "head2")  sColorcode="35" # cyan
                ;;
-      "head3")  sColorcode="35" # cyan
+      "head3")  sColorcode="36" # purple
                ;;
       "cmd")   sColorcode="94" # light blue
                ;;