gxc
2019-12-13 eb424d24e39bab4a245725f35deab3f234ea0f13
ZigbeeApp/Shared/Common/ZigbeeColor.cs
@@ -118,6 +118,10 @@
        /// </summary>
        public uint GXCGrayBackgroundColor = 0xFFF5F6FA;
        /// <summary>
        /// 0x73000000
        /// </summary>
        public uint GXCGrayBackgroundColor2 = 0x73000000;
        /// <summary>
        /// 黑色背景 0xFF232323
        /// </summary>
        public uint GXCBlackBackgroundColor = 0xFF232323;
@@ -186,6 +190,11 @@
        /// </summary>
        public uint GXCGrayLineColor2 = 0x66CCCCCC;
        /// <summary>
        /// 浅色线条 0xFFB7B8BB
        /// </summary>
        public uint GXCGrayLineColor3 = 0xFFB7B8BB;
        /// <summary>
        /// 按钮未选中状态 0xFF656565;
        /// </summary>
        public uint GXCButtonUnSelectedColor = 0xFF656565;