From be35760db2ebc72913f88b512b93d1c66c2f4ef5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 03 Aug 2021 18:24:49 -0400 Subject: splash: Add non-functional "Play" button --- (limited to 'src/defs.h') diff --git a/src/defs.h b/src/defs.h index 0b7a47a..6f86aea 100644 --- a/src/defs.h +++ b/src/defs.h @@ -47,13 +47,17 @@ #define MF_COLOR_MAZE_G 0x00 #define MF_COLOR_MAZE_B 0x00 #define MF_COLOR_MAZE_A 0xFF -#define MF_COLOR_FORM_R 0xDF /* Text/button color */ +#define MF_COLOR_FORM_R 0xDF /* Form background color */ #define MF_COLOR_FORM_G 0xDF #define MF_COLOR_FORM_B 0xDF #define MF_COLOR_FORM_A 0xDF -#define MF_COLOR_FORE_R 0x00 /* Text/button color */ +#define MF_COLOR_FORE_R 0x00 /* Text color */ #define MF_COLOR_FORE_G 0x00 #define MF_COLOR_FORE_B 0x00 #define MF_COLOR_FORE_A 0xFF +#define MF_COLOR_BUTN_R 0xAF /* Button fill color */ +#define MF_COLOR_BUTN_G 0xAF +#define MF_COLOR_BUTN_B 0xAF +#define MF_COLOR_BUTN_A 0xFF #endif /* MF_DEFS_H_ */ -- cgit v0.9.1