mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
wow colors
This commit is contained in:
parent
1196a9253b
commit
70811c09c5
1 changed files with 3 additions and 3 deletions
|
@ -1765,7 +1765,7 @@ namespace cryptonote
|
||||||
main_message = "The daemon is running offline and will not attempt to sync to the Monero network.";
|
main_message = "The daemon is running offline and will not attempt to sync to the Monero network.";
|
||||||
else
|
else
|
||||||
main_message = "The daemon will start synchronizing with the network. This may take a long time to complete.";
|
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"
|
||||||
" ██╗██╗ ██╗███╗ ██╗██╗ ██╗██╗███████╗ \n"
|
" ██╗██╗ ██╗███╗ ██╗██╗ ██╗██╗███████╗ \n"
|
||||||
" ██║██║ ██║████╗ ██║██║ ██╔╝██║██╔════╝ \n"
|
" ██║██║ ██║████╗ ██║██║ ██╔╝██║██╔════╝ \n"
|
||||||
|
@ -1774,7 +1774,7 @@ namespace cryptonote
|
||||||
" ╚█████╔╝╚██████╔╝██║ ╚████║██║ ██╗██║███████╗ \n"
|
" ╚█████╔╝╚██████╔╝██║ ╚████║██║ ██╗██║███████╗ \n"
|
||||||
" ╚════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝╚══════╝ "
|
" ╚════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝╚══════╝ "
|
||||||
<< ENDL);
|
<< ENDL);
|
||||||
MGINFO_RED(ENDL <<
|
MGINFO_MAGENTA(ENDL <<
|
||||||
" @@@@&///////////////@ \n"
|
" @@@@&///////////////@ \n"
|
||||||
" @@@@@@@@@@@@@@@@*/////////////////////#@ \n"
|
" @@@@@@@@@@@@@@@@*/////////////////////#@ \n"
|
||||||
" @#////////(&@@@@//////////////////////////////////@ \n"
|
" @#////////(&@@@@//////////////////////////////////@ \n"
|
||||||
|
@ -1802,7 +1802,7 @@ namespace cryptonote
|
||||||
" ////////////////////////// \n"
|
" ////////////////////////// \n"
|
||||||
" //////////////// "
|
" //////////////// "
|
||||||
<< ENDL);
|
<< ENDL);
|
||||||
MGINFO_MAGENTA(ENDL <<
|
MGINFO_YELLOW(ENDL <<
|
||||||
" ██╗███████╗███████╗███████╗ \n"
|
" ██╗███████╗███████╗███████╗ \n"
|
||||||
" ██║██╔════╝██╔════╝██╔════╝ \n"
|
" ██║██╔════╝██╔════╝██╔════╝ \n"
|
||||||
" ██║█████╗ █████╗ █████╗ \n"
|
" ██║█████╗ █████╗ █████╗ \n"
|
||||||
|
|
Loading…
Reference in a new issue