Skip to content

Commit

Permalink
adjust colors of text
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Jan 3, 2019
1 parent e8f6776 commit cec00d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/Nipe/CheckIp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ sub new {

print "
\r\033[1;32m[+]\033[1;37m Status: $checkTor.
\r\033[1;32m[+]\033[1;37m Ip: $checkIp\n\n";
\r\033[1;32m[+]\033[1;37m Ip: $checkIp\033[0m\n\n";
}

else {
print "\n\033[31m[!]\033[1;37m ERROR: sorry, it was not possible to establish a connection to the server.\n\n";
print "\n\033[31m[!]\033[1;37m ERROR: sorry, it was not possible to establish a connection to the server.\033[0m\n\n";
}
}

Expand Down
2 changes: 1 addition & 1 deletion lib/Nipe/Functions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Nipe::Device;

sub help {
print "
\r\033[1;37mCore Commands
\r\Core Commands
\r==============
\r\tCommand Description
\r\t------- -----------
Expand Down

0 comments on commit cec00d7

Please sign in to comment.