wesbos / cobalt2

Tweaked and refined Sublime Text theme based on the original cobalt.
1.57k stars 156 forks source link

[Question] Scope for string interpolation #150

Closed idr4n closed 7 years ago

idr4n commented 7 years ago

Hi and thanks for a great theme.

I have a question. This is a screenshot of your JavaScript30 course, second video:

screen shot 2017-06-02 at 11 22 09 pm

and this is a screenshot from my Sublime (Build 3126) with default JavaScript syntax:

screen shot 2017-06-02 at 11 25 14 pm

I managed to add the same foreground color to querySelector and play by adding the variable.function scope to the theme. However, I haven't managed to get the same color for the keyCode attribute inside the string interpolation. Mine is green while yours is orange or yellow. Also, the backticks in yours are white while mine are green.

So basically I'm wondering which scope targets keyCode attribute inside the string interpolation, and also the color of the backticks.

Thanks in advance!