diff options
Diffstat (limited to 'src/resources')
| -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(); |
