diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2018-08-06 01:56:29 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2018-08-06 01:56:29 +0300 |
commit | e35f7a0c488a128354caae176cc2fc8df1b129c7 (patch) | |
tree | 4d65e1e5d8e652cafa3d4f0922b4ad97ce808c47 /functions | |
parent | 8beff9fee6afb5ddc43161ff729c563415dc9d45 (diff) | |
parent | 345cf87b8f1f1c9b7e1396b7ab2fd9c4400a8cd0 (diff) |
Merge branch 'fix_colors' into prepare_066
Diffstat (limited to 'functions')
-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 |