gaearon / subliminal

An opinionated minimalistic VS Code theme for JavaScript
https://marketplace.visualstudio.com/items?itemName=gaearon.subliminal
MIT License
631 stars 25 forks source link

Use function token colour for async token #6

Closed sladiri closed 6 years ago

sladiri commented 6 years ago

image

after

image

gaearon commented 6 years ago

Are you using Sublime Babel JS syntax? Your "before" colors look different than I'd expect (in particular now() call should be yellow).

sladiri commented 6 years ago

No, but I was already wondering if there is something different in the colours in my setup. I just reinstalled VS Code and also deleted all settings. I am using Windows 10, in case that would make a difference.

Here is the display after reinstall, default Dark+ theme and no extensions: image

Here with Subliminal: image

sladiri commented 6 years ago

Now I get it, I overlooked the part about Sublime syntax. I will look at my PRs again. :)

sladiri commented 6 years ago

This makes no difference with Sublime syntax.