MattDMo / Neon-color-scheme

A colorful bright-on-black color scheme for Sublime Text. Its aim is to make as many languages as possible look as good as possible. Includes extended support for Python, Ruby, Clojure, JavaScript/JSON, C/C++, diff, HTML/XML, Markdown, PHP, CSS/SCSS/SASS, GitGutter, Find In Files, PackageDev, Regex, SublimeLinter, and much more.
https://github.com/MattDMo/Neon-color-scheme
MIT License
174 stars 36 forks source link

Italic operators look confusing #42

Closed rfricz closed 4 years ago

rfricz commented 4 years ago

First and foremost, I’ve been using Neon in Sublime Text for years and it’s the best. I only wish it was available in VS Code.

I know this is more a matter of taste, but I’d prefer if operators were not italic, like it was before the new release. They look like they don’t belong when the rest of the expression is not italic. The italic pipe character almost looks like a slash in a lot of fonts (Consolas pic attached) and I find that very confusing. Can this be selectively turned off? I don’t want to disable italic completely because in other contexts (like function arguments) it looks good. image

As a side issue, bar is wrongly understood as a property name because of the colon in baz2.

MattDMo commented 4 years ago

I see what you mean. It's an easy change, I'll push it right now.

MattDMo commented 4 years ago

As for VS Code -- I've looked into it, but the internals are different enough from Sublime that it would be a whole lot of work to port Neon over. The program itself is okay, I guess, but I honestly like Sublime a lot more, in part because the API is in Python, not JS, and VS Code just doesn't draw me in that much. Sublime is also under active development, and I have first-hand contact with the devs on Discord, so that's a big bonus. To each his own, though.

rfricz commented 4 years ago

Oh wow, that was fast. Thanks! I use Sublime for all coding and only resort to VS Code when I need a debugger...