diff options
Diffstat (limited to 'src/frontend/mame/ui/ui.h')
-rw-r--r-- | src/frontend/mame/ui/ui.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frontend/mame/ui/ui.h b/src/frontend/mame/ui/ui.h index 633d3c476f4..9607ca24a91 100644 --- a/src/frontend/mame/ui/ui.h +++ b/src/frontend/mame/ui/ui.h @@ -54,9 +54,9 @@ class laserdisc_device; #define UI_LINE_WIDTH (1.0f / 500.0f) /* handy colors */ -#define UI_GREEN_COLOR rgb_t(0xef,0x10,0x60,0x10) -#define UI_YELLOW_COLOR rgb_t(0xef,0x60,0x60,0x10) -#define UI_RED_COLOR rgb_t(0xf0,0x60,0x10,0x10) +#define UI_GREEN_COLOR rgb_t(0xef,0x0a,0x66,0x0a) +#define UI_YELLOW_COLOR rgb_t(0xef,0xcc,0x7a,0x28) +#define UI_RED_COLOR rgb_t(0xef,0xcc,0x14,0x14) /* cancel return value for a UI handler */ #define UI_HANDLER_CANCEL ((uint32_t)~0) |