summaryrefslogtreecommitdiff
path: root/net:foret
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-11-29 16:08:30 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-11-29 16:08:30 +0100
commit3564d8a250284ed7d9f10fa52bb9fbafb9a79356 (patch)
treeabdd968bcb1b16a1df8d6d2c4a14048f1f4029be /net:foret
parent9254c7dca750d1cae24a5eb828eb4a2ea6f065b4 (diff)
[Colors] Target : magenta, to get closer to blue.
Diffstat (limited to 'net:foret')
-rw-r--r--net:foret/Colors.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net:foret/Colors.zsh b/net:foret/Colors.zsh
index d56bcbd..6e44470 100644
--- a/net:foret/Colors.zsh
+++ b/net:foret/Colors.zsh
@@ -1,7 +1,7 @@
typeset -A _make_colors
-_make_colors[target]=$color[red]
+_make_colors[target]=$color[magenta]
_make_colors[verbose]=$color[yellow]
_make_colors[nproc]=$color[yellow]
_make_colors[static]=$color[green]