nano

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

commit cbf5a5b5d3e7f91135241053e6242ad1a8b42428
parent 41b52d70be2efd4074b13cad61d4d3ab0514e2d1
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Mon, 18 Dec 2023 16:09:49 +0100

docs: in the sample nanorc, set the guidestripe to a soft grey

This gives both an example of the #rgb format and shows that the
guidestripe can be set to an unobtrusive color.

Diffstat:
Mdoc/sample.nanorc.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in @@ -221,7 +221,7 @@ # set errorcolor bold,white,red # set spotlightcolor black,lightyellow # set selectedcolor lightwhite,magenta -# set stripecolor ,yellow +# set stripecolor ,#444 # set scrollercolor cyan # set numbercolor cyan # set keycolor cyan