atom / one-dark-syntax

Atom One dark syntax theme
MIT License
448 stars 236 forks source link

CSS properties #24

Closed sryze closed 9 years ago

sryze commented 9 years ago

It would be nice if this theme highlighted valid CSS property names like in e.g. Atom Dark.

simurai commented 9 years ago

Do you mind adding an example?

sryze commented 9 years ago

OK, here is One Dark - all properties are colored as default text:

atom-css-syntax-bad

and this is Atom Dark, valid properties are kind of bold-ish / lighter:

atom-css-syntax-good

simurai commented 9 years ago

Thanks. Ok, I see. Yeah, the color should be different if it's a valid property name.

simurai commented 9 years ago

Invalid properties/values will be toned down a bit.

screen shot 2015-05-22 at 12 53 16 pm

At the same time also the punctuation, but that's arguably a good thing. Colors will probably change too: https://github.com/atom/one-dark-syntax/pull/30