mtdmali / daybreak-theme

A VS Code theme for those who work through the night.
https://daybreaktheme.com
MIT License
45 stars 9 forks source link

Remove italicising of logical operators #5

Closed deanacus closed 5 years ago

deanacus commented 5 years ago

Italicising logical operators can cause the logical OR operator (||) to have the appearance of the start of comment, which may cause confusion.

jletey commented 5 years ago

Thanks so much @deanacus ... I have also noticed this!

mtdmali commented 5 years ago

@deanacus Great suggestion on this! I also removed italicizing for comparison operators as well to keep things consistent. I'm going to merge this now.