Looking for the appropriate icon names for a custom PB IDE theme

Working on new editor enhancements?
User avatar
Kurzer
Enthusiast
Enthusiast
Posts: 676
Joined: Sun Jun 11, 2006 12:07 am
Location: Near Hamburg

Looking for the appropriate icon names for a custom PB IDE theme

Post by Kurzer »

Hi,
I want to display some missing icons in the PB IDE toolbar using a theme pack I created myself.

Unfortunately it is not clear what the names of the icons should be. I tried with the name that is displayed in the Settings dialog in the selection list, but that doesn't work.

Is there some kind of list of all icon names here?

I know that years ago I once created my own theme zip with all the standard icons (that the IDE offered). But that was a time-consuming thing, because I had to reverse engineer the IDE at that time (it wasn't open source at that time) and extract the icons all individually from the exe.

I still use this zip today, but there are still some icons missing that the IDE doesn't offer natively. Therefore I would like to extend the zip file with icons and am now looking for some kind of translation table from which I can get the icon name to an icon entry in the PB settings dialog "Toolbar layout".

Image
PB 6.12 x64, OS: Win 11 24H2 x64, Desktopscaling: 150%, CPU: I7 12700 H, RAM: 32 GB, GPU: Intel(R) Iris(R) Xe Graphics | NVIDIA GeForce RTX 3070, User age in 2025: 57y
"Happiness is a pet." | "Never run a changing system!"
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: Looking for the appropriate icon names for a custom PB IDE theme

Post by freak »

You need to put your files into the Theme.prefs file inside the Zip. You can see all possible entries here: https://github.com/fantaisie-software/p ... heme.prefs
quidquid Latine dictum sit altum videtur
User avatar
Kurzer
Enthusiast
Enthusiast
Posts: 676
Joined: Sun Jun 11, 2006 12:07 am
Location: Near Hamburg

Re: Looking for the appropriate icon names for a custom PB IDE theme

Post by Kurzer »

Great, thank you freak. The entry in the Theme.prefs I had actually forgotten, it is too long ago that I had done that.
Thanks also for the list of icon names on github. Image
PB 6.12 x64, OS: Win 11 24H2 x64, Desktopscaling: 150%, CPU: I7 12700 H, RAM: 32 GB, GPU: Intel(R) Iris(R) Xe Graphics | NVIDIA GeForce RTX 3070, User age in 2025: 57y
"Happiness is a pet." | "Never run a changing system!"
Post Reply