scopatz / nanorc

Improved Nano Syntax Highlighting Files
Other
3k stars 549 forks source link

systemd .timer & comments color for dark terminal #344

Closed palto42 closed 3 years ago

palto42 commented 3 years ago

This PR improves the syntax highlighting of systemd files with 2 changes:

  1. Include systemd .timer files
  2. Modify comments to make them visible in terminals with dark background

I selected "brightblue" for the comments since this color is used a lot for comments in other languages and changed the color for .include directives to "green" because it was using "brightblue" before.

scopatz commented 3 years ago

Thanks!