Made the blue a little easier to read
This commit is contained in:
parent
47e0a385dc
commit
52888e2bdb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ export BRW= "[0;1m"
|
||||||
export RED= "[0;31m"
|
export RED= "[0;31m"
|
||||||
export GREEN= "[0;32m"
|
export GREEN= "[0;32m"
|
||||||
export ORANGE= "[0;33m"
|
export ORANGE= "[0;33m"
|
||||||
export BLUE= "[0;34m"
|
export BLUE= "[1;34m"
|
||||||
export WHITE= "[00m"
|
export WHITE= "[00m"
|
||||||
|
|
||||||
define echo_message
|
define echo_message
|
||||||
|
|
Reference in a new issue