Debugger and Run Icons barely visible in IntelliJ New UI
javiergarber opened this issue · 3 comments
Describe the bug
"Debugger" and "Run" are icons barely visible in new UI when running or debugging a project. I'm not sure but this is something that probably happens in other Jetbrains products
To Reproduce
- Change IntelliJ to the New UI
- Run or Debug a project
Expected Behavior
The icons should be more visible with the background
Environment
Linux
IntelliJ IDEA 2023.2.4 (Ultimate Edition)
Build #IU-232.10203.10, built on October 24, 2023
Plugin version 93.1.0
Screenshots
I did the recommended change by just enabling the "monochrome Icons" option, but that disables the colors of all the icons in the UI which is not a good approach.
For now I decided to disable the "Enable UI Icons" options, not a big loss for me since I'm in for the directory icons anyway.
The background color of the buttons is set by the theme. The icons are colorful by design and are not changing anytime soon.
Since there is no option to "override" specific icons, the better option would be to ask the theme author to provide an option to have "gray button" instead of colorful. My other plugin, Material Theme UI, is doing just that so they work fine together.
You can also enable monochrome icons, disable UI icons, or just get used to it, it's not a big deal.
In the future there is a plan to allow specific overrides but I'm far from having the time to allocate on my projects, so this will wait.
PS: You are also free to contribute and implement your own creative solutions.