Andrea Guarinoni
Andrea Guarinoni
Currently it's not possible, the appearance of the Tree widget is the default of your OS (Windows), only foreground/background colors can be customized. It requires a patch to SWT libraries.
Probably, they used a custom painter for Tree to repaint the selected item and the arrows by overriding the Tree widget implementation. It's an hack, the best choice should be...
Hi @kavehv, a screenshot would help to identify your issue ;) If I understand it right, currently the appearance of the selected item into a Tree widget is forced by...
Those issues could be solved, are you using Luna Dark theme? Try if importing the .epf file contained in this repo solves the issue with the Outline view. For the...
Yes you're right, it seems that the Outline colors for CDT become hard-coded when a snippet of inactive code is written into the code editor. I suggest to open a...
Maybe you're the same person that reported it, but [Bug 438485](https://bugs.eclipse.org/bugs/show_bug.cgi?id=438485) should address your issue.
Hi, thanks, unfortunately there is not much to do with that issue, the white gradient for 'Section' widget is hard-coded and I didn't find a workaround for it. The 'Form'/'FormHeading'...
I can't reproduce this issue: I'm able to install the plugin on latest Kepler by using both Marketplace and direct update-site. There is already `content.jar` archive that contains `content.xml` into...
Yes, both Marketplace and updatesite point to the same folder on github: https://github.com/guari/eclipse-ui-theme/tree/master/com.github.eclipseuitheme.themes.updatesite (no extra configurations are performed, Eclipse should look automatically at `content.jar`) I tried again to download latest...
If I remember it correctly you need to change the value for ``` css #org-eclipse-e4-ui-compatibility-editor Canvas, #org-eclipse-e4-ui-compatibility-editor Canvas > *, #org-eclipse-e4-ui-compatibility-editor Canvas > * > * { ... } ```...