simurai/duotone-syntax

Italicize comments

maxlapides opened this issue · 2 comments

Hi there! Love the work you've done on Duotone -- it looks awesome! I was just wondering what your thoughts are on italicizing code comments. (I personally prefer my syntax highlighting scheme to italicize code comments.) Thanks again :)

+1

👍 Yeah, I like it too. Let's do it.

If somebody really hates it, it can be undone in styles.less with

atom-text-editor::shadow .comment {
  font-style: normal;
}