gerane / VSCodeThemes

Themes for Visual Studio Code
200 stars 77 forks source link

Neon theme doesn't work: the background gets all red #57

Open lucainnocenti opened 6 years ago

lucainnocenti commented 6 years ago

This is what I see after having installed (via vscode market place) and activated the neon theme: screenshot 2018-02-01 18 59 03

I'm assuming that's not intended behaviour? I see this both on an iMac and on a windows 10 computer.

ricardo-valerio commented 6 years ago

yeah..I'm having the same exact problem! =( is my favorite color scheme in sublime for python

gerane commented 6 years ago

They have made a lot of changes to the theme engine. I will have to get some free time to try to work out what has changed.

Adcrazynoga commented 5 years ago

I fixed that when i try to delete all meaningless xml code. Like this:

<dict>
<key>name</key>
<string>=========== Matlab ==========</string>
<key>scope</key>
<string></string>
<key>settings</key>
<dict>
<key>background</key>
<string></string>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string></string>
</dict>
</dict>

My code below Neon.zip

dustbuster commented 5 years ago

Can you Please fix this? This is my favorite theme and moved to azure and it's expected that we use VS code and changing the color blows up my whole world. Thanks.