| | |
| | | /// </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; |