eclipse-planet-themes
eclipse-planet-themes copied to clipboard
[REQUEST] Include options for some buttons to be re-enabled
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.
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. :)