With the update today, this syntax highlighting for Monokai Dimmed for javascript (babel) changed pretty drastically, eliminating a lot of distinctions between the text.
Most noticeably, most of text is an ugly white... which I am used to a light blue (numbers maintain the blue). Template strings have variables still in green, like the rest of the string. Properties on variables are just white, like the variables, not purple like they used to be.
Keywords are like class, extends and new, are still the same, methods are still orange, booleans are still pink. It used to be that the keyword this was the only white text and now it is red like global, window, and Promise.
Not sure what happened, but I was very used to this theme and now I feel like I am reading something very unnatural. I hope it is just a bug, and not that this will be the decision to eliminate those distinctions above.
With the update today, this syntax highlighting for Monokai Dimmed for javascript (babel) changed pretty drastically, eliminating a lot of distinctions between the text.
Most noticeably, most of text is an ugly white... which I am used to a light blue (numbers maintain the blue). Template strings have variables still in green, like the rest of the string. Properties on variables are just white, like the variables, not purple like they used to be.
Keywords are like
class,extendsandnew, are still the same, methods are still orange, booleans are still pink. It used to be that the keywordthiswas the only white text and now it is red likeglobal,window, andPromise.Not sure what happened, but I was very used to this theme and now I feel like I am reading something very unnatural. I hope it is just a bug, and not that this will be the decision to eliminate those distinctions above.