aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/colors.zsh2
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