From cb890c66fe11f3c8bc26e2903e94d2d14ed735ba Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Sat, 18 Feb 2023 21:16:24 +1100
Subject: [PATCH] add magenta color

---
 src/lib66/info/info_graph_display_service.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib66/info/info_graph_display_service.c b/src/lib66/info/info_graph_display_service.c
index 501a27e9..aeadf3d4 100644
--- a/src/lib66/info/info_graph_display_service.c
+++ b/src/lib66/info/info_graph_display_service.c
@@ -103,7 +103,7 @@ int info_graph_display_service(char const *name)
 
         "type=", log_color->blue, get_key_by_enum(ENUM_TYPE,res.type), log_color->off, \
 
-        "tree=", BMAGENTA, res.sa.s + res.treename, log_color->off ))
+        "tree=", log_color->magenta, res.sa.s + res.treename, log_color->off))
             goto freed ;
 
     err = 1 ;
-- 
GitLab