From cb1183751aa25069560923948a0a6de300e6ac9c Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 2 May 2025 12:22:30 -0400 Subject: color.h --- main.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index a869d57..cc1620f 100644 --- a/main.c +++ b/main.c @@ -11,6 +11,7 @@ #include "widget.h" #include "engine.h" #include "ui.h" +#include "color.h" /* Macros. */ @@ -26,11 +27,6 @@ enum window { }; -static const mu_Color BLACK = {0, 0, 0, 255}; -static const mu_Color WHITE = {255, 255, 255, 255}; -static const mu_Color LIGHT_GRAY = {222, 222, 222, 255}; -static const mu_Color DARK_GRAY = {128, 128, 128, 255}; - static const mu_Color COLOR_TEXT = BLACK; static const mu_Color COLOR_BORDER = BLACK; static const mu_Color COLOR_WINDOWBG = WHITE; -- cgit v1.2.3