digitallyserviced / semanticolor

Provide Atom editor with semantic color highlighting.
https://atom.io/packages/semanticolor
MIT License
34 stars 3 forks source link

Possible to add setting for coloring based on theme colors? #13

Closed Sawtaytoes closed 7 years ago

Sawtaytoes commented 7 years ago

Since semantic colors look the same in various color schemes, I was wondering if it would be better to take color cues from the color scheme itself and color based on those instead of a rainbow.

What I'm proposing is taking advantage of points of color from the color scheme and using that to create a "theme" of colors to change tint which should ultimately allow them to better fit with the color scheme but still look like unique vars.

As far as I've seen, having the same colors for vars no matter the language and color scheme is a great idea and very beneficial, but the impact is everything looks samey and this is unchangeable without disabling semantic colors.

sharedprophet commented 7 years ago

I wanted to do this but it isn't practical. There is currently no easy way to read the color settings from the theme. If that ever changes I'd like to do it in the future.

You can change the color generation settings (saturation, etc.) in the settings if the defaults don't seem quite appropriate to the theme you are using.