old mode 100644
new mode 100755
| | |
| | | } |
| | | |
| | | 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; |
| | |
| | | /// 字体浅色 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> |
| | |
| | | /// 字体选中颜色 0xFFFFB400 |
| | | /// </summary> |
| | | public uint GXCTextSelectedColor3 = 0xFFFFB400; |
| | | /// <summary> |
| | | /// 字体选中颜色 0xFF0075FF |
| | | /// </summary> |
| | | public uint GXCTextSelectedColor4 = 0xFF0075FF; |
| | | /// <summary> |
| | | /// 底部未选中颜色 0xFF8E8E93 |
| | | /// </summary> |
| | |
| | | /// 黑色背景 0xFF333333 |
| | | /// </summary> |
| | | public uint GXCBlackBackgroundColor2 = 0xFF333333; |
| | | /// <summary> |
| | | /// 黑色背景 0xF2232323 |
| | | /// </summary> |
| | | public uint GXCBlackBackgroundColor3 = 0xF2232323; |
| | | /// <summary> |
| | | /// functionView 0x1AFC744B |
| | | /// </summary> |
| | |
| | | |
| | | |
| | | public uint GXCTextBlueColor = 0xFF00AAF0; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | public uint GXCBorderRedColor = 0xFFF44D4D; |
| | | |
| | | |
| | | public uint GXCButtonBlueColor = 0xFF00AAF0; |
| | | public uint GXCButtonUnselectedColor = 0xFFAAAAAA; |
| | | public uint GXCTextUnselectedColor= 0xFFD5D6D7; |
| | | |
| | | |
| | | public uint GXCTextUnselectedColor = 0xFFD5D6D7; |
| | | |
| | | |
| | | public uint GXCSelectedColor = 0xFFFE5E00;//选中颜色 |
| | | public uint GXCButtonhardWhiteColor = 0xFFE0E0E0;//房间btn半透明背景色 |
| | | |
| | | |
| | | /// <summary> |
| | | /// 30%透明度黑色 |
| | | /// </summary> |
| | |
| | | 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; |