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

Color for Variables #17

Closed dpunish3r closed 5 years ago

dpunish3r commented 5 years ago

Hi! Thanks for your work! This theme would be my favorite number 1 if it weren't for a detail in the color scheme.

The white for the variables contrasts too much and bothers the eyes. A non-pure white such as a #dddddd or maximum a #eeeeee would be ideal.

Thanks in advance

dpunish3r commented 5 years ago

Please also consider to change the default text color from white to #dddddd. When you open a .txt file all the text is in #ffffff and it's annoying to read. Thank you!

Jaredk3nt commented 5 years ago

I would recommend the colorCustomization section for overriding values in a specific theme. Here is a link to visual studio's documentation on how to do this, it is fairly straight forward: https://code.visualstudio.com/api/extension-guides/color-theme#workbench-colors

If there is a larger movement to change this I will look into changing the theme, but as of right now this is the best path to take.

dpunish3r commented 5 years ago

I would recommend the colorCustomization section for overriding values in a specific theme. Here is a link to visual studio's documentation on how to do this, it is fairly straight forward: https://code.visualstudio.com/api/extension-guides/color-theme#workbench-colors

Thank you! I searched if that could be done but I didn't find it.