design changes

coffee cup icon and default grey background instead of coffee
This commit is contained in:
Chris
2026-02-04 22:04:23 +01:00
parent 03da092d01
commit f3299c67fa
8 changed files with 48 additions and 3 deletions

View File

@@ -14,6 +14,13 @@
#define COLOR_DKGRAY 0xFF808080
#define COLOR_RED 0xFFFF0000
#define COLOR_COFFEE 0xFF6B4423
#define COLOR_APPLE_RED 0xFFFF0000
#define COLOR_APPLE_ORANGE 0xFFFF7F00
#define COLOR_APPLE_YELLOW 0xFFFFFF00
#define COLOR_APPLE_GREEN 0xFF00FF00
#define COLOR_APPLE_BLUE 0xFF0000FF
#define COLOR_APPLE_INDIGO 0xFF4B0082
#define COLOR_APPLE_VIOLET 0xFF9400D3
typedef struct Window Window;
struct Window {