eclipse-planet-themes icon indicating copy to clipboard operation
eclipse-planet-themes copied to clipboard

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

Open qmerkel10305 opened this issue 1 year ago • 1 comments

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.

qmerkel10305 avatar Sep 05 '24 02:09 qmerkel10305

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. :)

PyvesB avatar Sep 07 '24 13:09 PyvesB