old mode 100755
new mode 100644
| | |
| | | } |
| | | |
| | | public static ZigbeeColor Current; |
| | | |
| | | |
| | | #region 徐梅 |
| | | public uint MainColor = 0xFFEAEAEA; |
| | | public uint BottomMenuColor = 0xFFFFFFFF; |
| | |
| | | /// </summary> |
| | | public uint GXCGrayBackgroundColor = 0xFFF5F6FA; |
| | | /// <summary> |
| | | /// 0x73000000 |
| | | /// </summary> |
| | | public uint GXCGrayBackgroundColor2 = 0x73000000; |
| | | /// <summary> |
| | | /// 黑色背景 0xFF232323 |
| | | /// </summary> |
| | | public uint GXCBlackBackgroundColor = 0xFF232323; |
| | |
| | | /// </summary> |
| | | public uint GXCGrayLineColor2 = 0x66CCCCCC; |
| | | /// <summary> |
| | | /// 浅色线条 0xFFB7B8BB |
| | | /// </summary> |
| | | public uint GXCGrayLineColor3 = 0xFFB7B8BB; |
| | | |
| | | /// <summary> |
| | | /// 按钮未选中状态 0xFF656565; |
| | | /// </summary> |
| | | public uint GXCButtonUnSelectedColor = 0xFF656565; |
| | |
| | | /// 0xFFF5F5F5 |
| | | /// </summary> |
| | | public uint GXCSeekBarBackground = 0xFFF5F5F5; |
| | | |
| | | |
| | | |
| | | |
| | | 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%透明度黑色 |
| | | /// </summary> |
| | | public uint GXCBlack70Color = 0x4C000000; |
| | | /// <summary> |
| | | /// 20%透明度黑色 |
| | | /// </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; |
| | | /// <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定义的颜色-- |
| | |
| | | public uint LogicTextBlueColor = 0xFF00AAF0; |
| | | public uint LogicDelBackgroundColor = 0xFFFF0000; |
| | | public uint LogicEditBlackColor = 0xFF00aaf0; |
| | | public uint LogicTimeViewColor= 0xFFFFFFFF; |
| | | public uint LogicTimeViewSaveButton = 0xFF121212;
|
| | | public uint LogicTimeViewColor = 0xFFFFFFFF; |
| | | public uint LogicTimeViewSaveButton = 0xFF121212; |
| | | //最新UI颜色 |
| | | public uint LogicTopBackgroundColor = 0xFFF9F9F9; |
| | | public uint LogicMiddleBackgroundColor = 0xFFF5F6FA; |
| | |
| | | |
| | | #endregion |
| | | } |
| | | } |
| | | } |