diff options
Diffstat (limited to 'functions/colors.zsh')
-rwxr-xr-x | functions/colors.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functions/colors.zsh b/functions/colors.zsh index 7befbb2c..6b612256 100755 --- a/functions/colors.zsh +++ b/functions/colors.zsh @@ -101,7 +101,9 @@ function getColorCode() { codes[yellow]=011 codes[blue]=012 codes[fuchsia]=013 + codes[magenta]=013 codes[aqua]=014 + codes[cyan]=014 codes[white]=015 codes[grey0]=016 codes[navyblue]=017 |