From eb68cd1c6b78c3b86729905dcfe984279477e53e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 23 Nov 2016 14:30:46 -0500 Subject: [PATCH] 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. --- doc/syntax/autoconf.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntax/autoconf.nanorc b/doc/syntax/autoconf.nanorc index b578abef..918de3dc 100644 --- a/doc/syntax/autoconf.nanorc +++ b/doc/syntax/autoconf.nanorc @@ -20,7 +20,7 @@ color red "\"[^"]*\"" "\'[^']*\'" color green "`[^`]*`" # Error lines: -color black "^\*\*\*.*" +color brightred "^\*\*\*.*" # Brackets: color magenta "\[|\]|\(|\)"