summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/resources.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/resources.h b/src/resources/resources.h
index 0837317..1669d07 100644
--- a/src/resources/resources.h
+++ b/src/resources/resources.h
@@ -24,7 +24,7 @@ static const Color COLORSCHEME_BROWN = { 103, 9, 22, 255 };
static const Color COLORSCHEME_RED = { 207, 4, 44, 255 };
/// #F0781C as RGBA
static const Color COLORSCHEME_ORANGE = { 240, 120, 28, 255 };
-/// #f7bc53 as RGBA
+/// #F7BC53 as RGBA
static const Color COLORSCHEME_YELLOW = { 247, 188, 83, 255 };
/// #E9E1B9 as RGBA
static const Color COLORSCHEME_WHITE = { 233, 225, 185, 255 };