Revision 12861
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/lib/sh/util.sh | ||
---|---|---|
388 | 388 |
echo "${format:+[0;${format}m}$msg${format:+[0m}" |
389 | 389 |
} |
390 | 390 |
|
391 |
fade() { format 37 "$@"; } # light gray
|
|
391 |
fade() { format 90 "$@"; } # medium gray fades on white *&* black backgrounds
|
|
392 | 392 |
|
393 | 393 |
|
394 | 394 |
#### paths |
Also available in: Unified diff
fix: lib/sh/util.sh: fade(): use medium gray instead of light gray because it fades on white and black backgrounds