I have a (bad) reputation of overscoping…

The above is what one of my supervisors have commented about me during an internship for an unnamed employer.
So what have I been doing now? The latest thing I’ve been dabbling my fingers in is the CSS styling support that’s part of e4. I wanted to see what state the CSS engine’s API was in so I decided to try and extend it to style something beyond simple SWT widgets. I mean, really, just how hard could it be to style some SWT GC code? Behold what a little bit of work can get you…
Please note that some colours are not “perfect” because alpha values are set on the GC.
As you can see, just because the CSS code is in the e4 repository doesn’t necessarily mean it’s just half-baked. Please give the code a spin and try to style your current 3.x code! :) Make a difference by contributing your feedback to help the e4 team evolve this API. And of course, if you’re feeling a little adventurous, feel free to join the e4 team. ;)
Cool stuff Remy!