nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 7d6ffd9e7845d2210250aa7d863fb9dcef60089e
parent b8daf1fb0be968225ed38a56b4f3b3624207aad5
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Tue, 14 Sep 2021 12:14:49 +0200

docs: don't use "light" after "bold", as the latter often implies "light"

On most terminals "bold" also makes the relevant text lighter (or just
makes it lighter, like on a Linux console).  Only some terminals allow
the user to switch this coupling of bold to light off.

Suggested-by: Hussam al-Homsi <sawuare@gmail.com>

Diffstat:
Mdoc/sample.nanorc.in | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in @@ -204,10 +204,10 @@ ## Paint the interface elements of nano. These are examples; there are ## no colors by default, except for errorcolor and spotlightcolor. -# set titlecolor bold,lightwhite,blue -# set promptcolor lightwhite,lightblack -# set statuscolor bold,lightwhite,green -# set errorcolor bold,lightwhite,red +# set titlecolor bold,white,blue +# set promptcolor lightwhite,grey +# set statuscolor bold,white,green +# set errorcolor bold,white,red # set spotlightcolor black,lime # set selectedcolor lightwhite,magenta # set stripecolor ,yellow @@ -217,10 +217,10 @@ # set functioncolor green ## In root's .nanorc you might want to use: -# set titlecolor bold,lightwhite,magenta +# set titlecolor bold,white,magenta # set promptcolor black,yellow -# set statuscolor bold,lightwhite,magenta -# set errorcolor bold,lightwhite,red +# set statuscolor bold,white,magenta +# set errorcolor bold,white,red # set spotlightcolor black,orange # set selectedcolor lightwhite,cyan # set stripecolor ,yellow