summaryrefslogtreecommitdiff
path: root/net:foret/Colors.zsh
blob: 6e444701a795260e50be267fa7b3b42ec6e2c99a (plain)
1
2
3
4
5
6
7
8
9

typeset -A _make_colors

_make_colors[target]=$color[magenta]
_make_colors[verbose]=$color[yellow]
_make_colors[nproc]=$color[yellow]
_make_colors[static]=$color[green]
_make_colors[dynamic]=$color[yellow]