From 2e94243847e4c79b368f6556a1a2e8bbd0c165b7 Mon Sep 17 00:00:00 2001
From: Axel Hahn <ax2002@gmx.net>
Date: Thu, 7 Nov 2024 23:31:01 +0100
Subject: [PATCH] flip colors for h2, h3

---
 includes/inc_bash.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/includes/inc_bash.sh b/includes/inc_bash.sh
index 2a5ba7c..f8b0088 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
                ;;
-- 
GitLab