primer / github-vscode-theme

GitHub's VS Code themes
https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme
MIT License
1.89k stars 195 forks source link

Using more appropriate color for `${expression}` in template strings #384

Open OneMoreJack opened 7 months ago

OneMoreJack commented 7 months ago

Description

I think using a different color for ${expression} in template strings would make it easier to identify them.

image

As it displayed here

const hour = 10;
const str = `It's ${hour} o'clock.`;

Steps to reproduce

write code in a .ts file

const hour = 10;
const str = `It's ${hour} o'clock.`;

Version

v6.3.4

Theme

GitHub Dark Dimmed