summaryrefslogtreecommitdiff
path: root/src/berry_blender.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/berry_blender.c')
-rw-r--r--src/berry_blender.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/berry_blender.c b/src/berry_blender.c
index ede1f6e99..39e1dca08 100644
--- a/src/berry_blender.c
+++ b/src/berry_blender.c
@@ -3859,13 +3859,13 @@ static void Blender_AddTextPrinter(u8 windowId, const u8 *string, u8 x, u8 y, s3
case 0:
case 3:
txtColor[0] = TEXT_COLOR_WHITE;
- txtColor[1] = TEXT_COLOR_DARK_GREY;
- txtColor[2] = TEXT_COLOR_LIGHT_GREY;
+ txtColor[1] = TEXT_COLOR_DARK_GRAY;
+ txtColor[2] = TEXT_COLOR_LIGHT_GRAY;
break;
case 1:
txtColor[0] = TEXT_COLOR_TRANSPARENT;
- txtColor[1] = TEXT_COLOR_DARK_GREY;
- txtColor[2] = TEXT_COLOR_LIGHT_GREY;
+ txtColor[1] = TEXT_COLOR_DARK_GRAY;
+ txtColor[2] = TEXT_COLOR_LIGHT_GRAY;
break;
case 2:
txtColor[0] = TEXT_COLOR_TRANSPARENT;