Jaredk3nt / laserwave

A retro outrun / cyberpunk inspired VS Code theme
https://marketplace.visualstudio.com/items?itemName=jaredkent.laserwave
MIT License
141 stars 20 forks source link

Python class and parameter colors are white #38

Closed Jnorm911 closed 3 years ago

Jnorm911 commented 3 years ago

Capture What it looks like on most other skins color

Jaredk3nt commented 3 years ago

@T3nt4c135 What is that other theme you are using? As far as I can see there isn't a specific scope that can be used to target the imported class. All of the default vscode themes are showing it remaining as the base color to me

image

Default dark: image

Jnorm911 commented 3 years ago

@Jaredk3nt The theme posted is the official Dracula theme. This reminds me why I switched out of the default theme to begin with. Python is interesting in that way.

Jaredk3nt commented 3 years ago

Yeah I agree I much prefer the colored class as well, let me see if I can figure out how Dracula does it any try to fit that into Laserwave

Jaredk3nt commented 3 years ago

image

Hmm... even on Dracula I'm not seeing the same thing :( very odd. I'm not sure how to proceed with that one. I can't get a scope for it, I'm curious if its something wrong with the most recent version of VSCode? I will keep my eye out for it and see if I can find a solution but can't promise anything at this point.

I did however fix a couple of other things I found while checking it out, they are in v1.3.1 of LaserWave

Old: image New: image