daylerees / colour-schemes

Colour schemes for a variety of editors created by Dayle Rees.
http://daylerees.github.io
Other
9.32k stars 1.62k forks source link

Improve CSS/SCSS highlighting #119

Open Anahkiasen opened 10 years ago

Anahkiasen commented 10 years ago

I think this has been mentioned to you on Twitter but I thought I'd create an issue to better track this.

This is Monokai highlighting on an Scss file :

screenshot 2014-02-21 10 31 25

And this is Turnip (per example, but all themes follow similar coloration patterns) :

screenshot 2014-02-21 10 31 13

The main problem is that selectors and properties share the same colors. Overall also the colors kind of fail to emphasize functions/mixins/extends but I'm not sure this is fixable since a lot of schemes are monochrome and their point is to be shades of a same color, so.

daylerees commented 10 years ago

I understand what you mean mate. I'll see what I can do :)