From 528c105b3aea0e6e00477365f16f57c1e3d7eb1c Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期四, 24 十月 2019 15:31:28 +0800 Subject: [PATCH] 2019-10-24-3 --- ZigbeeApp/Shared/Common/ZigbeeColor.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Common/ZigbeeColor.cs b/ZigbeeApp/Shared/Common/ZigbeeColor.cs index d698bd7..5074a9e 100644 --- a/ZigbeeApp/Shared/Common/ZigbeeColor.cs +++ b/ZigbeeApp/Shared/Common/ZigbeeColor.cs @@ -11,11 +11,10 @@ } public static ZigbeeColor Current; - + #region 寰愭 public uint MainColor = 0xFFEAEAEA; public uint BottomMenuColor = 0xFFFFFFFF; - public uint SelectedTextColor = 0xFF238BCB; public uint TextColor = 0xFF000000; public uint DialogColor = 0xFFFFFFFF; @@ -35,6 +34,7 @@ public uint XMGray1 = 0xff232323; public uint XMGray2 = 0xff666666; public uint XMGray3 = 0xff999999; + public uint XMGray4 = 0xffcccccc; public uint XMOrange = 0xfffc744b; public uint XMVerticalSeekBar = 0xffececec; public uint XMDel = 0xffF75858; -- Gitblit v1.8.0