liviuschera / noctis

Noctis is a collection of light & dark themes with a well balanced blend of warm and cold colors
https://marketplace.visualstudio.com/items?itemName=liviuschera.noctis
MIT License
547 stars 66 forks source link

Italics in C# #53

Open chtenb opened 3 years ago

chtenb commented 3 years ago

Hi

First of all, thanks for the cool theme. I'm using it to look at C# code, and I notice that the italics behave a bit weird.

  1. It seems that member fields are supposed to be italics. But nested types/classes are as well, which looks weird. In this example Volume is not a member, but a classname, just like Collection. image
  2. Some keywords are italic, while others are not. What is the rationale behind this? image
  3. Indexed variables are italics. Why is this? It looks a little weird, especially since often the indexed variable declaration isn't italic at all: image