diff --git a/source/enter_id.cpp b/source/enter_id.cpp index 9357967..0d030be 100644 --- a/source/enter_id.cpp +++ b/source/enter_id.cpp @@ -210,14 +210,14 @@ void EnterID::iniTexts() texts.push_back({"", stringToColor(options->palette, "white")}); texts.push_back({"", stringToColor(options->palette, "white")}); texts.push_back({"", stringToColor(options->palette, "white")}); - texts.push_back({"ONLINE CONFIGURATION:", stringToColor(options->palette, "red")}); + texts.push_back({"ONLINE CONFIGURATION:", stringToColor(options->palette, "green")}); texts.push_back({"", stringToColor(options->palette, "white")}); texts.push_back({"PLEASE ENTER AN ID OR", stringToColor(options->palette, "white")}); texts.push_back({"LEAVE BLANK FOR OFFLINE MODE", stringToColor(options->palette, "white")}); texts.push_back({"", stringToColor(options->palette, "white")}); texts.push_back({"", stringToColor(options->palette, "white")}); texts.push_back({"", stringToColor(options->palette, "white")}); - texts.push_back({"JAILER_ID:", stringToColor(options->palette, "red")}); + texts.push_back({"JAILER_ID:", stringToColor(options->palette, "green")}); jailerIDPos = ((int)texts.size() + 1) * text->getCharacterSize(); }