docs: use 'bold' and 'light' instead of 'bright' in the sample nanorc
parent
2fd9974e0e
commit
26fb83c61f
|
@ -195,22 +195,22 @@
|
||||||
|
|
||||||
## Paint the interface elements of nano. These are examples;
|
## Paint the interface elements of nano. These are examples;
|
||||||
## by default there are no colors, except for errorcolor.
|
## by default there are no colors, except for errorcolor.
|
||||||
# set titlecolor brightwhite,blue
|
# set titlecolor bold,lightwhite,blue
|
||||||
# set statuscolor brightwhite,green
|
# set statuscolor bold,lightwhite,green
|
||||||
# set errorcolor brightwhite,red
|
# set errorcolor bold,lightwhite,red
|
||||||
# set selectedcolor brightwhite,magenta
|
# set selectedcolor lightwhite,magenta
|
||||||
# set stripecolor ,yellow
|
# set stripecolor ,yellow
|
||||||
# set numbercolor cyan
|
# set numbercolor cyan
|
||||||
# set keycolor cyan
|
# set keycolor cyan
|
||||||
# set functioncolor green
|
# set functioncolor green
|
||||||
## In root's .nanorc you might want to use:
|
## In root's .nanorc you might want to use:
|
||||||
# set titlecolor brightwhite,magenta
|
# set titlecolor bold,lightwhite,magenta
|
||||||
# set statuscolor brightwhite,magenta
|
# set statuscolor bold,lightwhite,magenta
|
||||||
# set errorcolor brightwhite,red
|
# set errorcolor bold,lightwhite,red
|
||||||
# set selectedcolor brightwhite,cyan
|
# set selectedcolor lightwhite,cyan
|
||||||
# set stripecolor ,yellow
|
# set stripecolor ,yellow
|
||||||
# set numbercolor magenta
|
# set numbercolor magenta
|
||||||
# set keycolor brightmagenta
|
# set keycolor lightmagenta
|
||||||
# set functioncolor magenta
|
# set functioncolor magenta
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue