Project

General

Profile

« Previous | Next » 

Revision 12861

fix: lib/sh/util.sh: fade(): use medium gray instead of light gray because it fades on white and black backgrounds

View differences:

trunk/lib/sh/util.sh
388 388
	echo "${format:+[0;${format}m}$msg${format:+}"
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