akamud / vscode-theme-onelight

VSCode Theme based on Atom's One Light theme
MIT License
79 stars 54 forks source link

Different colors for const, let (var) variables #11

Closed dpyzo0o closed 6 years ago

dpyzo0o commented 6 years ago

Please provide as much information as possible, usually I need these information to actually start working on an issue, so try to fill as much of these as possible

Would it be possible to add a different color for const variables? Currently the const and let (var) variables have the same color. But in Atom, they have different colors.

Filename and Language selected

javascript, with es6 syntax

Atom Original theme Screenshot

screen shot 2018-06-01 at 13 29 54

VSCode theme Screenshot

screen shot 2018-06-01 at 13 30 11

Versions used

Extra information

[Any other information that might be useful]
[Are you using a Plugin? Some languages (like Rust) require a plugin from the Marketplace to work on VSCode, please tell us if you are using any plugins that can be affecting the way VSCode renders your code]

akamud commented 6 years ago

This has come up before in the Dark theme (https://github.com/akamud/vscode-theme-onedark/issues/76, https://github.com/akamud/vscode-theme-onedark/issues/57), but VSCode unfortunately doesn't provide any scope that I can use to differentiate it from regular variables declaration.

I'm tracking this issue in TmLanguage (Microsoft/TypeScript-TmLanguage#542).