From 7d6ffd9e7845d2210250aa7d863fb9dcef60089e Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 14 Sep 2021 12:14:49 +0200 Subject: [PATCH] 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 --- doc/sample.nanorc.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in index c55e4468..236e40cb 100644 --- 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