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 <sawuare@gmail.com>master
parent
b8daf1fb0b
commit
7d6ffd9e78
|
@ -204,10 +204,10 @@
|
||||||
|
|
||||||
## Paint the interface elements of nano. These are examples; there are
|
## Paint the interface elements of nano. These are examples; there are
|
||||||
## no colors by default, except for errorcolor and spotlightcolor.
|
## no colors by default, except for errorcolor and spotlightcolor.
|
||||||
# set titlecolor bold,lightwhite,blue
|
# set titlecolor bold,white,blue
|
||||||
# set promptcolor lightwhite,lightblack
|
# set promptcolor lightwhite,grey
|
||||||
# set statuscolor bold,lightwhite,green
|
# set statuscolor bold,white,green
|
||||||
# set errorcolor bold,lightwhite,red
|
# set errorcolor bold,white,red
|
||||||
# set spotlightcolor black,lime
|
# set spotlightcolor black,lime
|
||||||
# set selectedcolor lightwhite,magenta
|
# set selectedcolor lightwhite,magenta
|
||||||
# set stripecolor ,yellow
|
# set stripecolor ,yellow
|
||||||
|
@ -217,10 +217,10 @@
|
||||||
# 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 bold,lightwhite,magenta
|
# set titlecolor bold,white,magenta
|
||||||
# set promptcolor black,yellow
|
# set promptcolor black,yellow
|
||||||
# set statuscolor bold,lightwhite,magenta
|
# set statuscolor bold,white,magenta
|
||||||
# set errorcolor bold,lightwhite,red
|
# set errorcolor bold,white,red
|
||||||
# set spotlightcolor black,orange
|
# set spotlightcolor black,orange
|
||||||
# set selectedcolor lightwhite,cyan
|
# set selectedcolor lightwhite,cyan
|
||||||
# set stripecolor ,yellow
|
# set stripecolor ,yellow
|
||||||
|
|
Loading…
Reference in New Issue