From c7df85937f73fb347ee0b19e9c052d2d00a6df6c Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 18 九月 2020 13:58:19 +0800
Subject: [PATCH] 新版本

---
 ZigbeeApp/Shared/Common/ZigbeeColor.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Common/ZigbeeColor.cs b/ZigbeeApp/Shared/Common/ZigbeeColor.cs
index 409e662..7086938 100755
--- a/ZigbeeApp/Shared/Common/ZigbeeColor.cs
+++ b/ZigbeeApp/Shared/Common/ZigbeeColor.cs
@@ -365,7 +365,9 @@
         public uint LogicSecurity1Color = 0xFF35B87F;
         public uint LogicDelay1Color = 0xFFBF64FB;
         public uint LogicListWeekTextColor = 0xFF666666;
-
+        public uint LogicTipColor = 0xFF333443;
+        public uint LogicTipTextColor= 0xFFcccccc;
+        public uint LogicEditTextBackgroundColor=0xFFD1D1D3;
         #endregion
     }
 }

--
Gitblit v1.8.0