Updated 'note' colour to light instead of normal magenta

This commit is contained in:
Asif Bacchus 2018-10-16 02:37:52 -06:00
parent 5cde95687e
commit 71507b1341
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ok="\e[32m"
lit="\e[93m"
op="\e[39m"
info="\e[96m"
note="\e[35m"
note="\e[95m"
stamp="[`date +%Y-%m-%d` `date +%H:%M:%S`]"