tweaks: suggest a separate color scheme for root
And slightly change the existing one for normal users.master
parent
9e7e88e157
commit
19b7021076
|
@ -202,10 +202,16 @@
|
||||||
## Paint the interface elements of nano.
|
## Paint the interface elements of nano.
|
||||||
## These are examples; by default there are no colors.
|
## These are examples; by default there are no colors.
|
||||||
# set titlecolor brightwhite,blue
|
# set titlecolor brightwhite,blue
|
||||||
# set numbercolor cyan
|
|
||||||
# set statuscolor brightwhite,green
|
# set statuscolor brightwhite,green
|
||||||
# set keycolor green
|
# set numbercolor cyan
|
||||||
# set functioncolor yellow
|
# 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.
|
## Setup of syntax coloring.
|
||||||
|
|
Loading…
Reference in New Issue