diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 63a4a2a03..c679d585e 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1763,7 +1763,7 @@ namespace cryptonote main_message = "The daemon is running offline and will not attempt to sync to the Monero network."; else main_message = "The daemon will start synchronizing with the network. This may take a long time to complete."; - MGINFO_MAGENTA(ENDL << + MGINFO_YELLOW(ENDL << "\n\n" " ██╗██╗ ██╗███╗ ██╗██╗ ██╗██╗███████╗ \n" " ██║██║ ██║████╗ ██║██║ ██╔╝██║██╔════╝ \n" @@ -1772,7 +1772,7 @@ namespace cryptonote " ╚█████╔╝╚██████╔╝██║ ╚████║██║ ██╗██║███████╗ \n" " ╚════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝╚══════╝ " << ENDL); - MGINFO_RED(ENDL << + MGINFO_MAGENTA(ENDL << " @@@@&///////////////@ \n" " @@@@@@@@@@@@@@@@*/////////////////////#@ \n" " @#////////(&@@@@//////////////////////////////////@ \n" @@ -1800,7 +1800,7 @@ namespace cryptonote " ////////////////////////// \n" " //////////////// " << ENDL); - MGINFO_MAGENTA(ENDL << + MGINFO_YELLOW(ENDL << " ██╗███████╗███████╗███████╗ \n" " ██║██╔════╝██╔════╝██╔════╝ \n" " ██║█████╗ █████╗ █████╗ \n"