From 4bb8c81360b5ffd18232d9e50e41f41de0b0c93b Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Fri, 30 Jun 2023 14:13:26 -0400 Subject: [PATCH] adjust purple color (looks better and consistent as pinkish in PuTTY); --- src/monitor/NodeStatusWnd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monitor/NodeStatusWnd.h b/src/monitor/NodeStatusWnd.h index aaa7905d..a4bcf317 100644 --- a/src/monitor/NodeStatusWnd.h +++ b/src/monitor/NodeStatusWnd.h @@ -141,7 +141,7 @@ private: setColor(FColor::LightGray, FColor::Red3); } else if (m_control) { - setColor(FColor::LightGray, FColor::Purple4); + setColor(FColor::LightGray, FColor::Purple1); } else if (m_tx) { setColor(FColor::LightGray, FColor::Green1);