From 73efefa4c6800b04aedad9f6d80722caa66864a0 Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Tue, 7 Jul 2026 23:41:37 +0500 Subject: design 1 --- src/resources/resources.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/resources/resources.h') diff --git a/src/resources/resources.h b/src/resources/resources.h index a368a02..5cc24ff 100644 --- a/src/resources/resources.h +++ b/src/resources/resources.h @@ -1,7 +1,18 @@ +#include + #ifndef RESOURCES_H #define RESOURCES_H -#include +/// #670916 as RGBA +static const Color COLORSCHEME_BROWN = { 103, 9, 22, 255 }; +/// #CF042C as RGBA +static const Color COLORSCHEME_RED = { 207, 4, 44, 255 }; +/// #F0781C as RGBA +static const Color COLORSCHEME_ORANGE = { 240, 120, 28, 255 }; +/// #f7bc53 as RGBA +static const Color COLORSCHEME_YELLOW = { 247, 188, 83, 255 }; +/// #E9E1B9 as RGBA +static const Color COLORSCHEME_WHITE = { 233, 225, 185, 255 }; void LoadResources(); Font *GetMainFont(); -- cgit v1.3