Update .nanorc-4.8 with new colours.
This commit is contained in:
parent
719da537b4
commit
55761fec92
1 changed files with 5 additions and 5 deletions
10
.nanorc-4.8
10
.nanorc-4.8
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue