Difference between revisions of "Editor nano Config Color"

From wiki.linuxonlinehelp.eu
Jump to navigation Jump to search
(Created page with "If you edit with nano HTML Files the Code is show DARKBLUE that's bad readable on Terminal (green on black) to change edit: <pre> nano /usr/share/nano/html.nanorc </pre> chan...")
 
(No difference)

Latest revision as of 14:59, 23 May 2017

If you edit with nano HTML Files the Code is show DARKBLUE that's bad readable on Terminal (green on black) to change edit:

nano /usr/share/nano/html.nanorc

change blue to yellow

## Here is a short example for HTML.
##
syntax "html" "\.html$"
color yellow start="<" end=">"
color red "&[^;[[:space:]]]*;"

save and exit, now HTML is shown yellow on black