diff options
| author | physick <mynameisgennadiy@vk.com> | 2026-07-15 21:09:40 +0500 |
|---|---|---|
| committer | physick <mynameisgennadiy@vk.com> | 2026-07-15 21:09:40 +0500 |
| commit | 5344758bc04ef948f22e507531d54eccbff70e18 (patch) | |
| tree | 0d45d24899cf826497af9068496dca597d966cca /src/resources/resources.h | |
| parent | 8b79b8149d1e23d90b5871f980aec65d8aa7ae23 (diff) | |
test verification
Diffstat (limited to 'src/resources/resources.h')
| -rw-r--r-- | src/resources/resources.h | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |
