syntax: avoid using black colors

We should avoid defining color schemes that are unreadable on common
white-on-black or black-on-white terminals.  Change the black in the
autoconf error strings to brightred for that reason.
master
Mike Frysinger 2016-11-23 14:30:46 -05:00 committed by Benno Schulenberg
parent ecea413802
commit eb68cd1c6b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ color red "\"[^"]*\"" "\'[^']*\'"
color green "`[^`]*`"
# Error lines:
color black "^\*\*\*.*"
color brightred "^\*\*\*.*"
# Brackets:
color magenta "\[|\]|\(|\)"