PyvesB / eclipse-planet-themes

:new_moon: Collection of light and dark Eclipse themes, inspired by planets of the Solar System.
https://marketplace.eclipse.org/content/planet-themes
Eclipse Public License 2.0
39 stars 5 forks source link

[REQUEST] Include options for some buttons to be re-enabled #19

Open qmerkel10305 opened 2 months ago

qmerkel10305 commented 2 months ago

Would it be possible to add preferences that could be changed to turn some specific buttons back on, such as the close buttons on views and file tabs? I'm not super familiar with eclipse's theme development workflow so I don't know if it would be possible.

PyvesB commented 2 months ago

Hey @qmerkel10305 👋🏻

I think it would be possible to do so by dropping the CSS property, and instead write some Java code to implement a new preference that programmatically toggles the buttons. I've not yet done anything similar with these themes, though. :)