summaryrefslogtreecommitdiff
path: root/net:foret/Colors.zsh
blob: ffe575826296c6ec2f86681b3b9dbf467444dfe2 (plain)
1
2
3
4
5
6
7
8
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"