From 1a095d292fb64c0745ced1c2167b023e38b1be0d Mon Sep 17 00:00:00 2001 From: Sergio Date: Sun, 8 Oct 2023 22:14:33 +0200 Subject: [PATCH] Modificados los colores de enter_id --- source/enter_id.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }