gxc
2019-12-20 eb9cf55fc8568cb2d4b4bfac9deb617ce766a7a5
ZigbeeApp/Shared/Common/ZigbeeColor.cs
old mode 100755 new mode 100644
@@ -11,7 +11,7 @@
        }
        public static ZigbeeColor Current;
        #region 徐梅
        public uint MainColor = 0xFFEAEAEA;
        public uint BottomMenuColor = 0xFFFFFFFF;
@@ -35,6 +35,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;
@@ -84,14 +85,14 @@
        /// 字体浅色 0xFFCBCACA
        /// </summary>
        public uint GXCTextGrayColor3 = 0xFFCBCACA;
      /// <summary>
      /// 字体浅色 0xFF666666
      /// </summary>
      public uint GXCTextGrayColor4 = 0xFF666666;
      /// <summary>
      /// 字体选中颜色 0xFFFC744B
      /// </summary>
      public uint GXCTextSelectedColor = 0xFFFC744B;
        /// <summary>
        /// 字体浅色 0xFF666666
        /// </summary>
        public uint GXCTextGrayColor4 = 0xFF666666;
        /// <summary>
        /// 字体选中颜色 0xFFFC744B
        /// </summary>
        public uint GXCTextSelectedColor = 0xFFFC744B;
        /// <summary>
        /// 字体选中颜色 0xFFFB744A
        /// </summary>
@@ -116,6 +117,10 @@
        /// 浅白背景 0xFFF5F6FA
        /// </summary>
        public uint GXCGrayBackgroundColor = 0xFFF5F6FA;
        /// <summary>
        /// 0x73000000
        /// </summary>
        public uint GXCGrayBackgroundColor2 = 0x73000000;
        /// <summary>
        /// 黑色背景 0xFF232323
        /// </summary>
@@ -185,6 +190,11 @@
        /// </summary>
        public uint GXCGrayLineColor2 = 0x66CCCCCC;
        /// <summary>
        /// 浅色线条 0xFFB7B8BB
        /// </summary>
        public uint GXCGrayLineColor3 = 0xFFB7B8BB;
        /// <summary>
        /// 按钮未选中状态 0xFF656565;
        /// </summary>
        public uint GXCButtonUnSelectedColor = 0xFF656565;
@@ -236,48 +246,31 @@
        /// GXCWaveSeekBarColor 0xFFFE4F35
        /// </summary>
        public uint GXCWaveSeekBarColor = 0xFFFE4F35;
        public uint GXCTextBlueColor = 0xFF00AAF0;
        public uint GXCBorderRedColor = 0xFFF44D4D;
        public uint GXCButtonBlueColor = 0xFF00AAF0;
        public uint GXCButtonUnselectedColor = 0xFFAAAAAA;
        public uint GXCTextUnselectedColor= 0xFFD5D6D7;
        public uint GXCSelectedColor = 0xFFFE5E00;//选中颜色
        public uint GXCButtonhardWhiteColor = 0xFFE0E0E0;//房间btn半透明背景色
        /// <summary>
        /// 30%透明度黑色
        /// 0xFFFDB500
        /// </summary>
        public uint GXCBlack70Color = 0x4C000000;
        public uint GXCProgressColor = 0xFFFDB500;
        /// <summary>
        /// 20%透明度黑色
        /// 0xFFF5F5F5
        /// </summary>
        public uint GXCBlack80Color = 0x33000000;
        public uint GXCButtonTipColor = 0xFF999999;//浅色字提示
        public uint GXCTransparent = 0x00FFFFFF;
        /// <summary>
        /// 滑条未选择中颜色--7C7C7C ->0xffadadad
        /// </summary>
        public uint GXCSliderUnSelectedColor = 0xffadadad;
        public uint GXCEditorBGColor = 0xFF32B4C8;
        /// <summary>
        /// 取消收藏颜色--999999
        /// </summary>
        public uint GXCCancelCollectionBGColor = 0xFF999999;
        public uint GXCSeekBarBackground = 0xFFF5F5F5;
        /// <summary>
        /// 用于空调的选中文字颜色
        /// </summary>
        public uint GXCACSelectedTextColor = 0xFF99D619;
        /// <summary>
        /// 开始颜色
        /// </summary>
        public uint GXCArcScaleSeekBarStartColor = 0xFF495AF4;
        /// <summary>
        /// 结束颜色
        /// </summary>
        public uint GXCArcScaleSeekBarEndColor = 0xFFAE50A8;
        public uint GXCButtonBlueColor = 0xFF00AAF0;
        #endregion
        #region --Logic定义的颜色--
@@ -291,7 +284,7 @@
        public uint LogicDelBackgroundColor = 0xFFFF0000;
        public uint LogicEditBlackColor = 0xFF00aaf0;
        public uint LogicTimeViewColor = 0xFFFFFFFF;
        public uint LogicTimeViewSaveButton = 0xFF121212;
        public uint LogicTimeViewSaveButton = 0xFF121212;
        //最新UI颜色
        public uint LogicTopBackgroundColor = 0xFFF9F9F9;
        public uint LogicMiddleBackgroundColor = 0xFFF5F6FA;
@@ -320,4 +313,4 @@
        #endregion
    }
}
}