nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] [PATCH] doc: avoid using black colors


From: Mike Frysinger
Subject: [Nano-devel] [PATCH] doc: avoid using black colors
Date: Wed, 23 Nov 2016 14:30:46 -0500

We should avoid using default 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 b578abef1e84..918de3dcd3cb 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 "\[|\]|\(|\)"
-- 
2.10.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]