github-vscode-theme icon indicating copy to clipboard operation
github-vscode-theme copied to clipboard

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

Open OneMoreJack opened this issue 1 year ago • 0 comments

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

OneMoreJack avatar Mar 21 '24 10:03 OneMoreJack