commit 19b7021076e14d76b6c4c9ed532464e3085eb415 parent 9e7e88e157fa576493d763c179205f88e49a89ab Author: Benno Schulenberg <bensberg@justemail.net> Date: Thu, 23 Mar 2017 19:22:04 +0100 tweaks: suggest a separate color scheme for root And slightly change the existing one for normal users. Diffstat:
M | doc/sample.nanorc.in | | | 12 | +++++++++--- |
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in @@ -202,10 +202,16 @@ ## Paint the interface elements of nano. ## These are examples; by default there are no colors. # set titlecolor brightwhite,blue -# set numbercolor cyan # set statuscolor brightwhite,green -# set keycolor green -# set functioncolor yellow +# set numbercolor cyan +# set keycolor cyan +# set functioncolor green +## In root's .nanorc you might want to use: +# set titlecolor brightwhite,red +# set statuscolor brightwhite,red +# set numbercolor magenta +# set keycolor brightmagenta +# set functioncolor magenta ## Setup of syntax coloring.