Update .nanorc-4.8 with new colours.

This commit is contained in:
Darren 'Tadgy' Austin 2021-01-19 18:06:27 +00:00
commit 55761fec92

View file

@ -28,7 +28,7 @@ set atblanks
# set casesensitive # set casesensitive
## Do not use the line below the title bar. ## Do not use the line below the title bar.
set emptyline # set emptyline
## Set the line length for wrapping text and justifying paragraphs. ## Set the line length for wrapping text and justifying paragraphs.
set fill -2 set fill -2
@ -70,7 +70,7 @@ set smarthome
set speller "aspell -x -c" set speller "aspell -x -c"
## Allow nano to be suspended. ## Allow nano to be suspended.
set suspend set suspendable
## When justifying text, trailing whitespace will automatically be removed. ## When justifying text, trailing whitespace will automatically be removed.
set trimblanks set trimblanks
@ -91,11 +91,11 @@ set whitespace »·
set errorcolor brightwhite,red set errorcolor brightwhite,red
set functioncolor magenta set functioncolor magenta
set keycolor brightwhite set keycolor brightwhite
set numbercolor magenta set numbercolor brightwhite,magenta
set selectedcolor brightwhite,blue set selectedcolor brightwhite,blue
set statuscolor magenta set statuscolor brightwhite,magenta
set stripecolor brightblue set stripecolor brightblue
set titlecolor magenta set titlecolor brightwhite,magenta
## Include all existing syntax highlight definitions. ## Include all existing syntax highlight definitions.