aboutsummaryrefslogtreecommitdiff
path: root/showColors.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-04-09 16:26:46 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2019-04-09 16:28:27 +0200
commit6e1ce4f87831d3761a46497f80e56ac7a73e14c8 (patch)
tree1ce2f613f63e9d0a8b3443ef70feb81d6ad1f583 /showColors.sh
parent8da9dfb0098bf119b278e043f93a56c629013b26 (diff)
downloadscripts-6e1ce4f87831d3761a46497f80e56ac7a73e14c8.tar.gz
scripts-6e1ce4f87831d3761a46497f80e56ac7a73e14c8.zip
Minor changes.
Diffstat (limited to 'showColors.sh')
-rwxr-xr-xshowColors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/showColors.sh b/showColors.sh
index 93d4a24..d879e51 100755
--- a/showColors.sh
+++ b/showColors.sh
@@ -5,7 +5,7 @@ echo -e "\033[0;31mRed (0;31) \033[1;31mLight Red (1;31)"
echo -e "\033[0;32mGreen (0;32) \033[1;32mLight Green (1;32)"
echo -e "\033[0;33mOrange (0;33) \033[1;33mLight Orange (1;33)"
echo -e "\033[0;34mBlue (0;34) \033[1;34mLight Blue (1;34)"
-echo -e "\033[0;35mPurple (0;35) \033[1;35mLight Purple (1;35)"
+echo -e "\033[0;35mMagenta (0;35) \033[1;35mLight Magenta (1;35)"
echo -e "\033[0;36mCyan (0;36) \033[1;36mLight Cyan (1;36)"
echo -e "\033[0;37mWhite (0;37) \033[1;37mLight White (1;37)"