standardize "grey" to "gray"
This commit is contained in:
+5
-5
@@ -3993,9 +3993,9 @@ static void UR_AddTextPrinterParameterized(u8 windowId, u8 fontId, const u8 *str
|
||||
case UR_COLOR_DKE_WHT_LTE:
|
||||
printerTemplate.letterSpacing = 0;
|
||||
printerTemplate.lineSpacing = 0;
|
||||
printerTemplate.fgColor = TEXT_COLOR_DARK_GREY;
|
||||
printerTemplate.fgColor = TEXT_COLOR_DARK_GRAY;
|
||||
printerTemplate.bgColor = TEXT_COLOR_WHITE;
|
||||
printerTemplate.shadowColor = TEXT_COLOR_LIGHT_GREY;
|
||||
printerTemplate.shadowColor = TEXT_COLOR_LIGHT_GRAY;
|
||||
break;
|
||||
case UR_COLOR_RED_WHT_LTR:
|
||||
printerTemplate.letterSpacing = 0;
|
||||
@@ -4016,14 +4016,14 @@ static void UR_AddTextPrinterParameterized(u8 windowId, u8 fontId, const u8 *str
|
||||
printerTemplate.lineSpacing = 0;
|
||||
printerTemplate.fgColor = TEXT_COLOR_WHITE;
|
||||
printerTemplate.bgColor = TEXT_COLOR_WHITE;
|
||||
printerTemplate.shadowColor = TEXT_COLOR_LIGHT_GREY;
|
||||
printerTemplate.shadowColor = TEXT_COLOR_LIGHT_GRAY;
|
||||
break;
|
||||
case UR_COLOR_WHT_DKE_LTE:
|
||||
printerTemplate.letterSpacing = 0;
|
||||
printerTemplate.lineSpacing = 0;
|
||||
printerTemplate.fgColor = TEXT_COLOR_WHITE;
|
||||
printerTemplate.bgColor = TEXT_COLOR_DARK_GREY;
|
||||
printerTemplate.shadowColor = TEXT_COLOR_LIGHT_GREY;
|
||||
printerTemplate.bgColor = TEXT_COLOR_DARK_GRAY;
|
||||
printerTemplate.shadowColor = TEXT_COLOR_LIGHT_GRAY;
|
||||
break;
|
||||
case UR_COLOR_GRN_DN6_LTB:
|
||||
printerTemplate.letterSpacing = 0;
|
||||
|
||||
Reference in New Issue
Block a user