summaryrefslogtreecommitdiff
path: root/net:foret/Colors.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'net:foret/Colors.zsh')
-rw-r--r--net:foret/Colors.zsh10
1 files changed, 5 insertions, 5 deletions
diff --git a/net:foret/Colors.zsh b/net:foret/Colors.zsh
index ffe5758..d56bcbd 100644
--- a/net:foret/Colors.zsh
+++ b/net:foret/Colors.zsh
@@ -1,9 +1,9 @@
typeset -A _make_colors
-_make_colors[target]="31;1"
-_make_colors[verbose]="33;1"
-_make_colors[nproc]="33;1"
-_make_colors[static]="32;1"
-_make_colors[dynamic]="33;1"
+_make_colors[target]=$color[red]
+_make_colors[verbose]=$color[yellow]
+_make_colors[nproc]=$color[yellow]
+_make_colors[static]=$color[green]
+_make_colors[dynamic]=$color[yellow]