MSHV_269_x86-64/MSHV_269/src/config_str_color.h
[Harper Innes] b0ab60c827 MSHV-269
2024-02-04 18:15:02 +11:00

10 lines
330 B
C

#ifndef __CONFIG_STR_COLOR_H__
#define __CONFIG_STR_COLOR_H__
static const QString ColorStr_[6]=
{"rgb(0, 0, 0)","rgb(200, 0, 0)","rgb(255, 255, 255)","rgb(255, 255, 200)",
"rgb(255, 210, 210)","rgb(0, 0, 150)"//hv 200//255, 128, 128//255, 255, 150//255, 228, 228//255, 220, 220
};
#endif // __CONFIG_STR_COLOR_H__