From 5344758bc04ef948f22e507531d54eccbff70e18 Mon Sep 17 00:00:00 2001 From: physick Date: Wed, 15 Jul 2026 21:09:40 +0500 Subject: test verification --- src/resources/resources.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/resources/resources.h') diff --git a/src/resources/resources.h b/src/resources/resources.h index e6efc25..d3ad840 100644 --- a/src/resources/resources.h +++ b/src/resources/resources.h @@ -15,6 +15,8 @@ static const Color COLORSCHEME_ORANGE = { 240, 120, 28, 255 }; static const Color COLORSCHEME_YELLOW = { 247, 188, 83, 255 }; /// #E9E1B9 as RGBA static const Color COLORSCHEME_WHITE = { 233, 225, 185, 255 }; +/// #48A56A as RGBA +static const Color COLORSCHEME_GREEN = { 72, 165, 106, 255 }; void LoadResources(); Font *GetMainFont(); -- cgit v1.3