I want to change the icon-Size and colour of the breakpoint in eclipse.
In my eclipse it is all so tiny, but especially the breakpoint is hard to see. (I run eclipse Version (4.20.0) under XUbuntu on a JVM, which runs on my Win10 machine, so far to the environment) The resulution of my display (1080x 1920 FullHD), this high resolution might be rootcause for tiny icons, but changing my monitior can't be an option.
I was already able the set the font-size to a normal level, but upscaling everything with:
-Dswt.autoScale=150
(which would affect the icons too),
in the .init-file of the eclipse-installation-folder, but that ruins the allingment of the eclipse-panels for me. (see the picture Alingment messed up)
advanced settigns like:
-Dswt.enable.autoScale=true
-Dswt.autoScale=150
-Dswt.autoScale.method=nearest
in the .init-file also doesn't work for me.
I tried to fix it by the solution in the link below (generate a new + bigger icon-image), but i can't find the right folder, where to change the breakpoint-icon manualy (there are too many subsubsub-folders with tiny icon-images in it).
Eclipse change breakpoint color
I tried to use $grip in order to search after the filename-pattern (brkp_obj.png) in the installation folder of eclipse , /home/USERNAME/eclipse/java-2021-06/eclipse/configuration/org.eclipse.osgi/, but I am not sure if they might have changed the filename of the breakpoint-image since the post in the link...
So is there any (easy) solution to improve the visibility of this tiny breakpoint-icon..or all icons at once? (permanently not by Alt + mousewheel) And if there is no easy solution, where can I find a list of icon-filenames for my eclipse-version Version: 2021-06 (4.20.0) in order to change the breakboint-icon on my own?
Thanks in advance