380 bytes added
, 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:
<pre>
nano /usr/share/nano/html.nanorc
</pre>
change blue to yellow
<pre>
## Here is a short example for HTML.
##
syntax "html" "\.html$"
color yellow start="<" end=">"
color red "&[^;[[:space:]]]*;"
</pre>
save and exit, now HTML is shown yellow on black