wesbos / cobalt2

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

Fix Template Literals and cleanup some scopes #140

Closed JonathanWolfe closed 7 years ago

JonathanWolfe commented 7 years ago

Lets template literals be highlighted correctly in VS Code (and probably Atom):

2017-01-03 16_00_35- alert-conditions js - omneo-ui - visual studio code

Also cleans up some scope selectors with double commas and normalizes colors being in both lowercase and uppercase variants

wesbos commented 7 years ago

Thanks! Can you revert the styling back to the leading comma? It's a weird thing that Sublime needs in order to work.

JonathanWolfe commented 7 years ago

Should I do the same for other multi-line scopes?

Edit: I did.

JonathanWolfe commented 7 years ago

Also, the spacings are all varied across the file but didn't know if you wanted to fix it and if so do that in this PR or open another.

Here's a gist of the final output: https://gist.github.com/JonathanWolfe/093ae72a4fdfcc6fd7f76f86c309fea8

wesbos commented 7 years ago

Ah - just went to merge this and it needs a small rebase. Any chance you can do that? Sorry!

wesbos commented 7 years ago

thanks!